Searched defs:curl_easy_setopt (Results 1 – 3 of 3) sorted by relevance
3191 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...) in curl_easy_setopt() function
43 #define curl_easy_setopt(handle, option, value) \ macro
3234 #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) macro