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

  /external/curl/tests/libtest/
lib586.c 159 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock);
163 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock);
167 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user);
171 scode = curl_share_setopt(share, CURLSHOPT_SHARE,
176 fprintf(stderr, "curl_share_setopt() failed\n");
lib506.c 206 scode = curl_share_setopt(share, CURLSHOPT_LOCKFUNC, my_lock);
210 scode = curl_share_setopt(share, CURLSHOPT_UNLOCKFUNC, my_unlock);
214 scode = curl_share_setopt(share, CURLSHOPT_USERDATA, &user);
218 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE);
222 scode = curl_share_setopt(share, CURLSHOPT_SHARE, CURL_LOCK_DATA_DNS);
226 fprintf(stderr, "curl_share_setopt() failed\n");
  /external/curl/lib/
share.c 50 #undef curl_share_setopt macro
52 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) function
  /external/curl/include/curl/
typecheck-gcc.h 131 /* TODO: typechecking for curl_share_setopt() and curl_multi_setopt(),
135 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
    [all...]
curl.h 2440 #define curl_share_setopt macro
    [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 109 /* TODO: typechecking for curl_share_setopt() and curl_multi_setopt(),
113 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) macro
    [all...]
curl.h 1931 #define curl_share_setopt macro
    [all...]

Completed in 1469 milliseconds