Home
last modified time | relevance | path

Searched refs:Curl_vsetopt (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dsetopt.h30 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list arg);
Dsetopt.c198 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param) in Curl_vsetopt() function
3171 result = Curl_vsetopt(data, tag, arg); in curl_easy_setopt()
/third_party/curl/packages/OS400/
Dccsidcurl.c1287 result = Curl_vsetopt(easy, tag, arg); in curl_easy_setopt_ccsid()