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