Searched refs:curl_write_callback (Results 1 - 9 of 9) sorted by relevance

/external/curl/lib/
H A Dftp.h88 curl_write_callback write_function;
H A Dsendf.c384 curl_write_callback writeheader = NULL;
385 curl_write_callback writebody = NULL;
H A Durldata.h1451 curl_write_callback fwrite_func; /* function that stores the output */
1452 curl_write_callback fwrite_header; /* function that stores headers */
1453 curl_write_callback fwrite_rtp; /* function that stores interleaved RTP */
H A Drtsp.c717 curl_write_callback writeit;
H A Durl.c504 set->fwrite_func = (curl_write_callback)fwrite;
1847 data->set.fwrite_header = va_arg(param, curl_write_callback);
1853 data->set.fwrite_func = va_arg(param, curl_write_callback);
1857 data->set.fwrite_func = (curl_write_callback)fwrite;
2572 data->set.fwrite_rtp = va_arg(param, curl_write_callback);
/external/curl/include/curl/
H A Dtypecheck-gcc.h157 "curl_easy_setopt expects a curl_write_callback argument for this option")
277 /* evaluates to true if option takes a curl_write_callback argument */
455 /* evaluates to true if expr is of type curl_write_callback or "similar" */
459 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
H A Dcurl.h196 typedef size_t (*curl_write_callback)(char *buffer, typedef
/external/google-breakpad/src/third_party/curl/
H A Dtypecheck-gcc.h133 "curl_easy_setopt expects a curl_write_callback argument for this option")
236 /* evaluates to true if option takes a curl_write_callback argument */
408 /* evaluates to true if expr is of type curl_write_callback or "similar" */
412 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
H A Dcurl.h197 typedef size_t (*curl_write_callback)(char *buffer, typedef

Completed in 130 milliseconds