Home
last modified time | relevance | path

Searched refs:Curl_xfer_write_resp (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dtransfer.h65 CURLcode Curl_xfer_write_resp(struct Curl_easy *data,
H A Dtransfer.c343 result = Curl_xfer_write_resp(data, buf, blen, is_eos); in sendrecv_dl()
1159 CURLcode Curl_xfer_write_resp(struct Curl_easy *data, in Curl_xfer_write_resp() function
1200 return Curl_xfer_write_resp(data, hd0, hdlen, is_eos); in Curl_xfer_write_resp_hd()
H A Dhttp2.c1074 stream->xfer_result = Curl_xfer_write_resp(data, buf, blen, eos); in h2_xfer_write_resp()
/curl/lib/vquic/
H A Dcurl_ngtcp2.c929 stream->xfer_result = Curl_xfer_write_resp(data, buf, blen, eos); in h3_xfer_write_resp()

Completed in 30 milliseconds