Lines Matching refs:CURL
12 * are also available at https://curl.haxx.se/docs/copyright.html.
243 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
250 ret = curl_easy_setopt(curl, tag, lval);
276 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config,
283 ret = curl_easy_setopt(curl, tag, lval);
318 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
326 ret = curl_easy_setopt(curl, tag, lval);
361 CURLcode tool_setopt_httppost(CURL *curl, struct GlobalConfig *config,
369 ret = curl_easy_setopt(curl, tag, post);
437 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
445 ret = curl_easy_setopt(curl, tag, list);
477 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config,
505 ret = curl_easy_setopt(curl, tag, lval);
534 ret = curl_easy_setopt(curl, tag, pval);
543 ret = curl_easy_setopt(curl, tag, oval);