Home
last modified time | relevance | path

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

/curl/lib/
H A Dtransfer.h56 bool is_eos);
65 const char *hd0, size_t hdlen, bool is_eos);
H A Dtransfer.c280 bool is_eos = FALSE; in sendrecv_dl() local
322 is_eos = (blen == 0); in sendrecv_dl()
340 result = Curl_xfer_write_resp(data, buf, blen, is_eos); in sendrecv_dl()
347 if((!is_multiplex && data->req.download_done) || is_eos) { in sendrecv_dl()
852 bool is_eos) in Curl_xfer_write_resp() argument
859 result = data->conn->handler->write_resp(data, buf, blen, is_eos); in Curl_xfer_write_resp()
864 if(blen || is_eos) { in Curl_xfer_write_resp()
866 if(is_eos) in Curl_xfer_write_resp()
872 if(!result && is_eos) { in Curl_xfer_write_resp()
878 blen, is_eos, result); in Curl_xfer_write_resp()
[all …]
H A Dhttp.h108 bool is_eos);
111 bool is_eos);
H A Drtsp.c74 bool is_eos);
802 bool is_eos) in rtsp_rtp_write_resp() argument
815 blen, rtspc->in_header, is_eos)); in rtsp_rtp_write_resp()
867 if(!result && (is_eos || blen)) { in rtsp_rtp_write_resp()
869 (is_eos ? CLIENTWRITE_EOS : 0), in rtsp_rtp_write_resp()
H A Dpop3.c112 const char *str, size_t nread, bool is_eos);
1504 size_t nread, bool is_eos) in pop3_write() argument
1514 (void)is_eos; in pop3_write()
H A Durldata.h662 bool is_eos);
668 const char *hd, size_t hdlen, bool is_eos);
H A Dhttp.c4092 bool is_eos) in Curl_http_write_resp_hd() argument
4099 if(!result && is_eos) { in Curl_http_write_resp_hd()
4139 bool is_eos) in Curl_http_write_resp() argument
4155 if(!data->req.header && (blen || is_eos)) { in Curl_http_write_resp()
4158 if(is_eos) in Curl_http_write_resp()

Completed in 85 milliseconds