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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.h88 curl_write_callback write_function;
H A Durldata.h1375 curl_write_callback fwrite_func; /* function that stores the output */
1376 curl_write_callback fwrite_header; /* function that stores headers */
1377 curl_write_callback fwrite_rtp; /* function that stores interleaved RTP */
H A Drtsp.c719 curl_write_callback writeit;
H A Dsendf.c477 curl_write_callback writeit=
H A Durl.c660 set->fwrite_func = (curl_write_callback)fwrite;
1832 data->set.fwrite_header = va_arg(param, curl_write_callback);
1838 data->set.fwrite_func = va_arg(param, curl_write_callback);
1842 data->set.fwrite_func = (curl_write_callback)fwrite;
2493 data->set.fwrite_rtp = va_arg(param, curl_write_callback);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dtypecheck-gcc.h156 "curl_easy_setopt expects a curl_write_callback argument for this option")
268 /* evaluates to true if option takes a curl_write_callback argument */
446 /* evaluates to true if expr is of type curl_write_callback or "similar" */
450 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
H A Dcurl.h194 typedef size_t (*curl_write_callback)(char *buffer, typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dtypecheck-gcc.h156 "curl_easy_setopt expects a curl_write_callback argument for this option")
268 /* evaluates to true if option takes a curl_write_callback argument */
446 /* evaluates to true if expr is of type curl_write_callback or "similar" */
450 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
H A Dcurl.h194 typedef size_t (*curl_write_callback)(char *buffer, typedef

Completed in 183 milliseconds