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

/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h90 /* 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 */
H A Dcurl.h1930 #define curl_easy_getinfo(handle,info,arg) curl_easy_getinfo(handle,info,arg) macro
/external/curl/include/curl/
H A Dtypecheck-gcc.h112 /* 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 expect
[all...]
H A Dcurl.h2745 #define curl_easy_getinfo(handle,info,arg) curl_easy_getinfo(handle,info,arg) macro
/external/curl/lib/
H A Deasy.c832 * 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 213 milliseconds