Home
last modified time | relevance | path

Searched refs:CLIENTWRITE_EOS (Results 1 – 9 of 9) sorted by relevance

/curl/lib/
H A Dsendf.h52 #define CLIENTWRITE_EOS (1<<7) /* End Of transfer download Stream */ macro
H A Dsendf.c79 ((type & ~(CLIENTWRITE_BODY|CLIENTWRITE_EOS)) == 0)); in Curl_client_write()
82 ((type & ~(CLIENTWRITE_INFO|CLIENTWRITE_EOS)) == 0)); in Curl_client_write()
293 if((type & CLIENTWRITE_EOS) && !data->req.no_body && in cw_download_write()
310 if(!data->req.ignorebody && (nwrite || (type & CLIENTWRITE_EOS))) { in cw_download_write()
H A Dcw-out.c405 bool flush_all = !!(type & CLIENTWRITE_EOS); in cw_out_write()
H A Dhttp_chunks.c455 else if((type & CLIENTWRITE_EOS) && !data->req.no_body) { in cw_chunked_write()
H A Drtsp.c866 (is_eos ? CLIENTWRITE_EOS : 0), in rtsp_rtp_write_resp()
H A Dtransfer.c876 cwtype |= CLIENTWRITE_EOS; in Curl_xfer_write_resp()
H A Dws.c472 if((type & CLIENTWRITE_EOS) && !Curl_bufq_is_empty(&ctx->buf)) { in ws_cw_write()
H A Dftp.c357 int chunk_type = (type & ~CLIENTWRITE_EOS); in ftp_cw_lc_write()
398 else if(type & CLIENTWRITE_EOS) { in ftp_cw_lc_write()
H A Dhttp.c3800 result = Curl_client_write(data, (CLIENTWRITE_BODY|CLIENTWRITE_EOS), in Curl_http_write_resp_hd()
3859 flags |= CLIENTWRITE_EOS; in Curl_http_write_resp()

Completed in 75 milliseconds