Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 14 of 14) sorted by relevance

/curl/lib/
H A Dsendf.c532 *eos = FALSE; in Curl_creader_read()
563 *eos = FALSE; in Curl_creader_def_read()
979 bool eos; in cr_lc_read() local
981 if(ctx->eos) { in cr_lc_read()
989 ctx->eos = TRUE; in cr_lc_read()
998 ctx->read_eos = eos; in cr_lc_read()
1003 ctx->eos = TRUE; in cr_lc_read()
1005 *peos = ctx->eos; in cr_lc_read()
1035 ctx->eos = TRUE; in cr_lc_read()
1176 DEBUGASSERT(eos); in Curl_client_read()
[all …]
H A Dsendf.h212 char *buf, size_t blen, size_t *nread, bool *eos);
260 size_t *nread, bool *eos);
283 char *buf, size_t blen, size_t *nread, bool *eos);
326 size_t *nread, bool *eos) WARN_UNUSED_RESULT;
H A Dhttp_chunks.c481 BIT(eos); /* we have returned an EOS */
562 bool eos; in add_chunk() local
576 result = Curl_creader_read(data, reader->next, buf, blen, &nread, &eos); in add_chunk()
579 if(eos) in add_chunk()
617 *peos = ctx->eos; in cr_chunked_read()
619 if(!ctx->eos) { in cr_chunked_read()
631 ctx->eos = TRUE; in cr_chunked_read()
638 DEBUGASSERT(ctx->eos || !ctx->read_eos); in cr_chunked_read()
H A Drequest.c317 bool eos; in add_from_client() local
319 *err = Curl_client_read(data, (char *)buf, buflen, &nread, &eos); in add_from_client()
322 if(eos) in add_from_client()
H A Dfile.c308 bool eos = FALSE; in file_upload() local
356 while(!result && !eos) { in file_upload()
361 result = Curl_client_read(data, xfer_ulbuf, xfer_ulblen, &readcount, &eos); in file_upload()
H A Dsmtp.c1785 BIT(eos); /* we have returned an EOS */
1820 bool eos; in cr_eob_read() local
1824 result = Curl_creader_read(data, reader->next, buf, blen, &nread, &eos); in cr_eob_read()
1828 ctx->read_eos = eos; in cr_eob_read()
1901 ctx->eos = TRUE; in cr_eob_read()
1903 *peos = ctx->eos; in cr_eob_read()
H A Dc-hyper.c651 bool eos; in uploadstreamed() local
659 result = Curl_client_read(data, xfer_ulbuf, xfer_ulblen, &fillcount, &eos); in uploadstreamed()
677 else if(eos) { in uploadstreamed()
H A Dsmb.c818 bool eos; in smb_send_and_recv() local
820 result = Curl_client_read(data, smbc->send_buf, nread, &nread, &eos); in smb_send_and_recv()
H A Dtftp.c711 bool eos; in tftp_tx() local
778 &cb, &eos); in tftp_tx()
H A Dhttp2.c973 const char *buf, size_t blen, bool eos) in h2_xfer_write_resp_hd() argument
978 stream->xfer_result = Curl_xfer_write_resp_hd(data, buf, blen, eos); in h2_xfer_write_resp_hd()
988 const char *buf, size_t blen, bool eos) in h2_xfer_write_resp() argument
993 stream->xfer_result = Curl_xfer_write_resp(data, buf, blen, eos); in h2_xfer_write_resp()
H A Dhttp.c4429 size_t *nread, bool *eos) in cr_exp100_read() argument
4445 *eos = FALSE; in cr_exp100_read()
4450 *eos = FALSE; in cr_exp100_read()
4459 *eos = FALSE; in cr_exp100_read()
4468 return Curl_creader_read(data, reader->next, buf, blen, nread, eos); in cr_exp100_read()
/curl/lib/vquic/
H A Dcurl_msh3.c606 bool eos; in cf_msh3_send() local
655 eos = FALSE; in cf_msh3_send()
659 eos = TRUE; in cf_msh3_send()
667 eos ? MSH3_REQUEST_FLAG_FIN : in cf_msh3_send()
H A Dcurl_osslq.c1488 int eos, ok, rv; in h3_send_streams() local
1492 n = nghttp3_conn_writev_stream(ctx->h3.conn, &stream_id, &eos, in h3_send_streams()
1521 uint64_t flags = (eos && ((i + 1) == n))? SSL_WRITE_FLAG_CONCLUDE : 0; in h3_send_streams()
1555 if(acked_len > 0 || (eos && !s->send_blocked)) { in h3_send_streams()
1574 "to QUIC, eos=%d", s->id, acked_len, total_len, eos); in h3_send_streams()
1577 if(eos && !s->send_blocked && !eos_written) { in h3_send_streams()
H A Dcurl_ngtcp2.c875 const char *buf, size_t blen, bool eos) in h3_xfer_write_resp_hd() argument
880 stream->xfer_result = Curl_xfer_write_resp_hd(data, buf, blen, eos); in h3_xfer_write_resp_hd()
890 const char *buf, size_t blen, bool eos) in h3_xfer_write_resp() argument
895 stream->xfer_result = Curl_xfer_write_resp(data, buf, blen, eos); in h3_xfer_write_resp()

Completed in 71 milliseconds