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

/external/curl/include/curl/
H A Dtypecheck-gcc.h169 "curl_easy_setopt expects a curl_progress_callback argument for this option")
526 /* evaluates to true if expr is of type curl_progress_callback or "similar" */
529 __builtin_types_compatible_p(__typeof__(expr), curl_progress_callback) || \
H A Dcurl.h178 typedef int (*curl_progress_callback)(void *clientp, typedef
1045 * function. This function should be defined as the curl_progress_callback
/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h144 "curl_easy_setopt expects a curl_progress_callback argument for this option")
468 /* evaluates to true if expr is of type curl_progress_callback or "similar" */
471 __builtin_types_compatible_p(__typeof__(expr), curl_progress_callback) || \
H A Dcurl.h172 typedef int (*curl_progress_callback)(void *clientp, typedef
826 * function. This function should be defined as the curl_progress_callback
/external/curl/lib/
H A Durldata.h1506 curl_progress_callback fprogress; /* OLD and deprecated progress callback */
H A Durl.c1740 data->set.fprogress = va_arg(param, curl_progress_callback);

Completed in 114 milliseconds