HomeSort by relevance Sort by last modified time
    Searched defs:curl_easy_setopt (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
setopt.c 2541 #undef curl_easy_setopt macro
2542 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...) function
    [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 26 /* wraps curl_easy_setopt() with typechecking */
37 #define curl_easy_setopt(handle, option, value) \ macro
87 curl_easy_setopt(handle, _curl_opt, value); \
126 "curl_easy_setopt expects a long argument for this option")
128 "curl_easy_setopt expects a curl_off_t argument for this option")
130 "curl_easy_setopt expects a string (char* or char[]) argument for this option"
133 "curl_easy_setopt expects a curl_write_callback argument for this option")
135 "curl_easy_setopt expects a curl_read_callback argument for this option")
137 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
139 "curl_easy_setopt expects a curl_sockopt_callback argument for this option"
    [all...]
curl.h 398 callbacks using curl_easy_setopt options
653 * curl_easy_setopt(). The first argument in the CINIT() macro is the [what]
1929 #define curl_easy_setopt macro
    [all...]
  /external/curl/include/curl/
typecheck-gcc.h 25 /* wraps curl_easy_setopt() with typechecking */
41 #define curl_easy_setopt(handle, option, value) \ macro
109 curl_easy_setopt(handle, _curl_opt, value); \
164 "curl_easy_setopt expects a long argument for this option")
166 "curl_easy_setopt expects a curl_off_t argument for this option")
168 "curl_easy_setopt expects a "
172 "curl_easy_setopt expects a curl_write_callback argument for this option")
174 "curl_easy_setopt expects a curl_read_callback argument for this option")
176 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
178 "curl_easy_setopt expects a curl_sockopt_callback argument for this option"
    [all...]
curl.h 548 callbacks using curl_easy_setopt options
2744 #define curl_easy_setopt macro
    [all...]

Completed in 156 milliseconds