Searched refs:hd0 (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ |
H A D | transfer.h | 74 const char *hd0, size_t hdlen, bool is_eos);
|
H A D | transfer.c | 901 const char *hd0, size_t hdlen, bool is_eos) in Curl_xfer_write_resp_hd() argument 906 return data->conn->handler->write_resp_hd(data, hd0, hdlen, is_eos); in Curl_xfer_write_resp_hd() 909 return Curl_xfer_write_resp(data, hd0, hdlen, is_eos); in Curl_xfer_write_resp_hd()
|
Completed in 9 milliseconds