Searched refs:curl_write_callback (Results 1 – 9 of 9) sorted by relevance
92 curl_write_callback write_function;
281 curl_write_callback writeheader = NULL; in chop_write()282 curl_write_callback writebody = NULL; in chop_write()
1674 curl_write_callback fwrite_func; /* function that stores the output */1675 curl_write_callback fwrite_header; /* function that stores headers */1676 curl_write_callback fwrite_rtp; /* function that stores interleaved RTP */
1681 data->set.fwrite_header = va_arg(param, curl_write_callback); in Curl_vsetopt()1687 data->set.fwrite_func = va_arg(param, curl_write_callback); in Curl_vsetopt()1690 data->set.fwrite_func = (curl_write_callback)fwrite; in Curl_vsetopt()2824 data->set.fwrite_rtp = va_arg(param, curl_write_callback); in Curl_vsetopt()
869 curl_write_callback writeit; in rtp_client_write()
365 set->fwrite_func = (curl_write_callback)fwrite; in Curl_init_userdefined()
563 curlcheck_cb_compatible((expr), curl_write_callback) || \
272 typedef size_t (*curl_write_callback)(char *buffer, typedef
2534 d curl_write_callback...