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

  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 90 /* wraps curl_easy_getinfo() with typechecking */
92 #define curl_easy_getinfo(handle, info, arg) \ macro
106 curl_easy_getinfo(handle, _curl_info, arg); \
169 "curl_easy_getinfo expects a pointer to char * for this info")
171 "curl_easy_getinfo expects a pointer to long for this info")
173 "curl_easy_getinfo expects a pointer to double for this info")
175 "curl_easy_getinfo expects a pointer to struct curl_slist * for this info")
278 /* groups of curl_easy_getinfo infos that take the same type of argument */
    [all...]
curl.h 1930 #define curl_easy_getinfo macro
    [all...]
  /external/curl/include/curl/
typecheck-gcc.h 112 /* wraps curl_easy_getinfo() with typechecking */
114 #define curl_easy_getinfo(handle, info, arg) \ macro
143 curl_easy_getinfo(handle, _curl_info, arg); \
215 "curl_easy_getinfo expects a pointer to 'char *' for this info")
217 "curl_easy_getinfo expects a pointer to long for this info")
219 "curl_easy_getinfo expects a pointer to double for this info")
221 "curl_easy_getinfo expects a pointer to 'struct curl_slist *' for this info")
223 "curl_easy_getinfo expects a pointer to "
226 "curl_easy_getinfo expects a pointer to "
229 "curl_easy_getinfo expects a pointer to curl_socket_t for this info"
    [all...]
curl.h 2745 #define curl_easy_getinfo macro
    [all...]
  /external/curl/lib/
easy.c 832 * curl_easy_getinfo() is an external interface that allows an app to retrieve
835 #undef curl_easy_getinfo macro
836 CURLcode curl_easy_getinfo(struct Curl_easy *data, CURLINFO info, ...) function

Completed in 274 milliseconds