Home
last modified time | relevance | path

Searched refs:is_eos (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dtransfer.h67 bool is_eos);
76 const char *hd0, size_t hdlen, bool is_eos);
H A Dtransfer.c282 bool is_eos = FALSE; in sendrecv_dl() local
325 is_eos = (blen == 0); in sendrecv_dl()
343 result = Curl_xfer_write_resp(data, buf, blen, is_eos); in sendrecv_dl()
350 if((!is_multiplex && data->req.download_done) || is_eos) { in sendrecv_dl()
1161 bool is_eos) in Curl_xfer_write_resp() argument
1168 result = data->conn->handler->write_resp(data, buf, blen, is_eos); in Curl_xfer_write_resp()
1173 if(blen || is_eos) { in Curl_xfer_write_resp()
1175 if(is_eos) in Curl_xfer_write_resp()
1181 if(!result && is_eos) { in Curl_xfer_write_resp()
1187 blen, is_eos, result); in Curl_xfer_write_resp()
[all …]
H A Dhttp.h135 bool is_eos);
138 bool is_eos);
H A Drtsp.c73 bool is_eos);
794 bool is_eos) in rtsp_rtp_write_resp() argument
807 blen, rtspc->in_header, is_eos)); in rtsp_rtp_write_resp()
859 if(!result && (is_eos || blen)) { in rtsp_rtp_write_resp()
861 (is_eos ? CLIENTWRITE_EOS : 0), in rtsp_rtp_write_resp()
H A Dpop3.c117 const char *str, size_t nread, bool is_eos);
1514 size_t nread, bool is_eos) in pop3_write() argument
1524 (void)is_eos; in pop3_write()
H A Durldata.h699 bool is_eos);
705 const char *hd, size_t hdlen, bool is_eos);
H A Dhttp.c3960 bool is_eos) in Curl_http_write_resp_hd() argument
3967 if(!result && is_eos) { in Curl_http_write_resp_hd()
4007 bool is_eos) in Curl_http_write_resp() argument
4023 if(!data->req.header && (blen || is_eos)) { in Curl_http_write_resp()
4026 if(is_eos) in Curl_http_write_resp()

Completed in 73 milliseconds