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

  /external/curl/tests/libtest/
lib586.c 29 CURLSH *share;
136 CURLSH *share;
lib506.c 31 CURLSH *share;
180 CURLSH *share;
  /external/curl/include/curl/
curl.h 100 typedef struct Curl_share CURLSH;
103 typedef void CURLSH;
    [all...]
typecheck-gcc.h 103 if(!_curl_is_ptr((value), CURLSH)) \
194 "curl_easy_setopt expects a CURLSH* argument for this option")
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
typecheck-gcc.h 84 if ((_curl_opt) == CURLOPT_SHARE && !_curl_is_ptr((value), CURLSH)) \
166 "curl_easy_setopt expects a CURLSH* argument for this option")
    [all...]

Completed in 962 milliseconds