HomeSort by relevance Sort by last modified time
    Searched refs:Curl_setstropt (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
setopt.h 25 CURLcode Curl_setstropt(char **charp, const char *s);
setopt.c 52 CURLcode Curl_setstropt(char **charp, const char *s)
135 result = Curl_setstropt(&data->set.str[STRING_SSL_CIPHER_LIST_ORIG],
140 result = Curl_setstropt(&data->set.str[STRING_SSL_CIPHER_LIST_PROXY],
149 result = Curl_setstropt(&data->set.str[STRING_SSL_RANDOM_FILE],
156 result = Curl_setstropt(&data->set.str[STRING_SSL_EGDSOCKET],
241 result = Curl_setstropt(&data->set.str[STRING_TARGET],
334 result = Curl_setstropt(&data->set.str[STRING_NETRC_FILE],
420 result = Curl_setstropt(&data->set.str[STRING_ENCODING], argptr);
425 result = Curl_setstropt(&data->set.str[STRING_ENCODING], argptr);
499 result = Curl_setstropt(&data->set.str[STRING_COPYPOSTFIELDS], argptr)
    [all...]
easy.c 866 result = Curl_setstropt(&dst->set.str[i], src->set.str[i]);
url.c 493 result = Curl_setstropt(&set->str[STRING_SSL_CAFILE_ORIG], CURL_CA_BUNDLE);
497 result = Curl_setstropt(&set->str[STRING_SSL_CAFILE_PROXY], CURL_CA_BUNDLE);
502 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_ORIG], CURL_CA_PATH);
506 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_PROXY], CURL_CA_PATH);
    [all...]

Completed in 66 milliseconds