Searched refs:curl_write_callback (Results 1 – 11 of 11) sorted by relevance
88 curl_write_callback write_function;
1535 curl_write_callback fwrite_func; /* function that stores the output */1536 curl_write_callback fwrite_header; /* function that stores headers */1537 curl_write_callback fwrite_rtp; /* function that stores interleaved RTP */
567 curl_write_callback writeheader = NULL; in chop_write()568 curl_write_callback writebody = NULL; in chop_write()
1480 data->set.fwrite_header = va_arg(param, curl_write_callback); in vsetopt()1486 data->set.fwrite_func = va_arg(param, curl_write_callback); in vsetopt()1490 data->set.fwrite_func = (curl_write_callback)fwrite; in vsetopt()2464 data->set.fwrite_rtp = va_arg(param, curl_write_callback); in vsetopt()
740 curl_write_callback writeit; in rtp_client_write()
422 set->fwrite_func = (curl_write_callback)fwrite; in Curl_init_userdefined()
412 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
197 typedef size_t (*curl_write_callback)(char *buffer, typedef
546 _curl_callback_compatible((expr), curl_write_callback) || \
254 typedef size_t (*curl_write_callback)(char *buffer, typedef
2101 d curl_write_callback...