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

  /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
106 curl_easy_setopt(handle, _curl_opt, value); \
149 "curl_easy_setopt expects a long argument for this option")
151 "curl_easy_setopt expects a curl_off_t argument for this option")
153 "curl_easy_setopt expects a "
157 "curl_easy_setopt expects a curl_write_callback argument for this option")
159 "curl_easy_setopt expects a curl_read_callback argument for this option")
161 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
163 "curl_easy_setopt expects a curl_sockopt_callback argument for this option"
    [all...]
curl.h 497 callbacks using curl_easy_setopt options
2369 #define curl_easy_setopt macro
    [all...]
  /external/curl/lib/
easy.c 383 * curl_easy_setopt() is the external interface for setting options on an
387 #undef curl_easy_setopt macro
388 CURLcode curl_easy_setopt(CURL *curl, CURLoption tag, ...) function

Completed in 339 milliseconds