Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
curl_easy_setopt的选项在哪里定义?我正在尝试查找 CURLOPT_VERBOSE 和其他一些整数值,但这些似乎没有在curl.h中明确定义
第 792 行:
#ifdef CURL_ISOCPP #define CINIT(na,t,nu) CURLOPT_ ## na = CURLOPTTYPE_ ## t + nu
第 953 行:
CINIT(VERBOSE, LONG, 41), /* talk a lot */
它在那里。