Home | History | Annotate | Download | only in curl

Lines Matching defs:curl_easy_getinfo

112 /* wraps curl_easy_getinfo() with typechecking */
114 #define curl_easy_getinfo(handle, info, arg) \
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")
231 "curl_easy_getinfo expects a pointer to curl_off_t for this info")
378 /* groups of curl_easy_getinfo infos that take the same type of argument */