Searched refs:curl_seek_callback (Results 1 - 6 of 6) sorted by relevance

/external/curl/lib/
H A Durldata.h1026 curl_seek_callback seek_func; /* function that seeks the input */
1493 curl_seek_callback seek_func; /* function that seeks the input */
H A Durl.c1878 data->set.seek_func = va_arg(param, curl_seek_callback);
/external/curl/include/curl/
H A Dtypecheck-gcc.h177 "curl_easy_setopt expects a curl_seek_callback argument for this option")
612 /* evaluates to true if expr is of type curl_seek_callback or "similar" */
615 __builtin_types_compatible_p(__typeof__(expr), curl_seek_callback) || \
H A Dcurl.h314 typedef int (*curl_seek_callback)(void *instream, typedef
/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h152 "curl_easy_setopt expects a curl_seek_callback argument for this option")
541 /* evaluates to true if expr is of type curl_seek_callback or "similar" */
544 __builtin_types_compatible_p(__typeof__(expr), curl_seek_callback) || \
H A Dcurl.h207 typedef int (*curl_seek_callback)(void *instream, typedef

Completed in 145 milliseconds