Searched defs:curl_easy_setopt (Results 1 - 5 of 5) sorted by relevance

/external/curl/lib/
H A Dsetopt.c2537 * curl_easy_setopt() is the external interface for setting options on an
2541 #undef curl_easy_setopt macro
2542 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...) function
/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h26 /* 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 expect
[all...]
H A Dcurl.h398 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(handle,opt,param) curl_easy_setopt(handle,opt,param) macro
/external/curl/include/curl/
H A Dtypecheck-gcc.h25 /* 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 expect
[all...]
H A Dcurl.h548 callbacks using curl_easy_setopt options
909 * curl_easy_setopt(). The first argument in the CINIT() macro is the [what]
2744 #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) macro

Completed in 495 milliseconds