Home | History | Annotate | Download | only in curl

Lines Matching defs:curl_easy_getinfo

90 /* wraps curl_easy_getinfo() with typechecking */
92 #define curl_easy_getinfo(handle, info, arg) \
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 */