Home
last modified time | relevance | path

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

12

/curl/lib/
H A Dsendf.c512 *eos = FALSE; in Curl_creader_read()
543 *eos = FALSE; in Curl_creader_def_read()
960 bool eos; in cr_lc_read() local
962 if(ctx->eos) { in cr_lc_read()
970 ctx->eos = TRUE; in cr_lc_read()
979 ctx->read_eos = eos; in cr_lc_read()
984 ctx->eos = TRUE; in cr_lc_read()
986 *peos = ctx->eos; in cr_lc_read()
1027 ctx->eos = TRUE; in cr_lc_read()
1168 DEBUGASSERT(eos); in Curl_client_read()
[all …]
H A Dsendf.h209 char *buf, size_t blen, size_t *nread, bool *eos);
257 size_t *nread, bool *eos);
280 char *buf, size_t blen, size_t *nread, bool *eos);
323 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.c189 bool eos = FALSE; in xfer_send() local
218 eos = TRUE; in xfer_send()
220 result = Curl_xfer_send(data, buf, blen, eos, pnwritten); in xfer_send()
222 if(eos && (blen == *pnwritten)) in xfer_send()
352 bool eos; in add_from_client() local
354 *err = Curl_client_read(data, (char *)buf, buflen, &nread, &eos); in add_from_client()
357 if(eos) in add_from_client()
H A Dcfilters.h109 bool eos, /* last chunk */
253 const void *buf, size_t len, bool eos,
330 const void *buf, size_t len, bool eos,
484 const void *buf, size_t len, bool eos, CURLcode *code);
570 const void *buf, size_t blen, bool eos,
H A Dtransfer.h123 const void *buf, size_t blen, bool eos,
H A Dcfilters.c101 const void *buf, size_t len, bool eos, in Curl_cf_def_send() argument
105 cf->next->cft->do_send(cf->next, data, buf, len, eos, err) : in Curl_cf_def_send()
261 const void *mem, size_t len, bool eos, in Curl_cf_send() argument
274 ssize_t nwritten = cf->cft->do_send(cf, data, mem, len, eos, code); in Curl_cf_send()
385 const void *buf, size_t len, bool eos, in Curl_conn_cf_send() argument
389 return cf->cft->do_send(cf, data, buf, len, eos, err); in Curl_conn_cf_send()
870 const void *buf, size_t blen, bool eos, in Curl_conn_send() argument
896 eos = FALSE; in Curl_conn_send()
897 nwritten = conn->send[sockindex](data, sockindex, buf, write_len, eos, in Curl_conn_send()
H A Dhttp2.c1060 if(!stream->xfer_result && !eos) in h2_xfer_write_resp_hd()
1077 if(!stream->xfer_result && !eos) in h2_xfer_write_resp()
2112 if(eos) in cf_h2_body_send()
2127 if(eos && (blen == (size_t)nwritten)) in cf_h2_body_send()
2130 if(eos || !Curl_bufq_is_empty(&stream->sendbuf)) { in cf_h2_body_send()
2144 bool eos, CURLcode *err) in h2_submit() argument
2242 if(bodylen || eos) { in h2_submit()
2265 const void *buf, size_t len, bool eos, in cf_h2_send() argument
2288 DEBUGASSERT(eos); in cf_h2_send()
2291 stream->id, nwritten, *err, eos); in cf_h2_send()
[all …]
H A Dfile.c302 bool eos = FALSE; in file_upload() local
350 while(!result && !eos) { in file_upload()
355 result = Curl_client_read(data, xfer_ulbuf, xfer_ulblen, &readcount, &eos); in file_upload()
H A Dcurl_rtmp.c338 const void *buf, size_t len, bool eos, CURLcode *err) in rtmp_send() argument
345 (void)eos; /* unused */ in rtmp_send()
H A Dsmtp.c1787 BIT(eos); /* we have returned an EOS */
1822 bool eos; in cr_eob_read() local
1826 result = Curl_creader_read(data, reader->next, buf, blen, &nread, &eos); in cr_eob_read()
1830 ctx->read_eos = eos; in cr_eob_read()
1903 ctx->eos = TRUE; in cr_eob_read()
1905 *peos = ctx->eos; in cr_eob_read()
H A Dtransfer.c917 const void *buf, size_t blen, bool eos, in Curl_xfer_send() argument
928 result = Curl_conn_send(data, sockindex, buf, blen, eos, pnwritten); in Curl_xfer_send()
937 blen, eos, result, *pnwritten)); in Curl_xfer_send()
H A Dkrb5.c698 const void *buffer, size_t len, bool eos, in sec_send() argument
702 (void)eos; /* unused */ in sec_send()
H A Dsmb.c807 bool eos; in smb_send_and_recv() local
809 result = Curl_client_read(data, smbc->send_buf, nread, &nread, &eos); in smb_send_and_recv()
H A Dtftp.c706 bool eos; in tftp_tx() local
773 &cb, &eos); in tftp_tx()
H A Dhttp.c4560 size_t *nread, bool *eos) in cr_exp100_read() argument
4572 *eos = FALSE; in cr_exp100_read()
4585 *eos = FALSE; in cr_exp100_read()
4590 *eos = FALSE; in cr_exp100_read()
4599 *eos = FALSE; in cr_exp100_read()
4608 return Curl_creader_read(data, reader->next, buf, blen, nread, eos); in cr_exp100_read()
H A Dcf-h2-proxy.c1402 const void *buf, size_t len, bool eos, in cf_h2_proxy_send() argument
1411 (void)eos; in cf_h2_proxy_send()
/curl/lib/vquic/
H A Dcurl_quiche.c920 const void *buf, size_t len, bool eos, in cf_quiche_send_body() argument
927 (uint8_t *)buf, len, eos); in cf_quiche_send_body()
958 if(eos && (len == (size_t)nwritten)) in cf_quiche_send_body()
974 const char *buf, size_t len, bool eos, in h3_open_stream() argument
1030 if(eos && ((size_t)nwritten == len)) in h3_open_stream()
1077 buf + hds_len, len - hds_len, eos, err); in h3_open_stream()
1094 const void *buf, size_t len, bool eos, in cf_quiche_send() argument
1111 nwritten = h3_open_stream(cf, data, buf, len, eos, err); in cf_quiche_send()
1139 nwritten = cf_quiche_send_body(cf, data, stream, buf, len, eos, err); in cf_quiche_send()
H A Dcurl_osslq.c1558 int eos, ok, rv; in h3_send_streams() local
1562 n = nghttp3_conn_writev_stream(ctx->h3.conn, &stream_id, &eos, in h3_send_streams()
1591 uint64_t flags = (eos && ((i + 1) == n)) ? SSL_WRITE_FLAG_CONCLUDE : 0; in h3_send_streams()
1625 if(acked_len > 0 || (eos && !s->send_blocked)) { in h3_send_streams()
1644 "to QUIC, eos=%d", s->id, acked_len, total_len, eos); in h3_send_streams()
1647 if(eos && !s->send_blocked && !eos_written) { in h3_send_streams()
1974 const void *buf, size_t len, bool eos, in cf_osslq_send() argument
1983 (void)eos; /* use to end stream */ in cf_osslq_send()
H A Dcurl_ngtcp2.c955 const char *buf, size_t blen, bool eos) in h3_xfer_write_resp_hd() argument
960 stream->xfer_result = Curl_xfer_write_resp_hd(data, buf, blen, eos); in h3_xfer_write_resp_hd()
970 const char *buf, size_t blen, bool eos) in h3_xfer_write_resp() argument
975 stream->xfer_result = Curl_xfer_write_resp(data, buf, blen, eos); in h3_xfer_write_resp()
1573 const void *buf, size_t len, bool eos, in cf_ngtcp2_send() argument
1594 (void)eos; /* use for stream EOF and block handling */ in cf_ngtcp2_send()
H A Dcurl_msh3.c626 const void *buf, size_t len, bool eos, in cf_msh3_send() argument
682 eos ? MSH3_REQUEST_FLAG_FIN : in cf_msh3_send()
/curl/lib/vssh/
H A Dwolfssh.c222 const void *mem, size_t len, bool eos, in wscp_send() argument
230 (void)eos; in wscp_send()
251 const void *mem, size_t len, bool eos, CURLcode *err) in wsftp_send() argument
258 (void)eos; in wsftp_send()
H A Dlibssh.c2390 const void *mem, size_t len, bool eos, CURLcode *err) in scp_send() argument
2396 (void)eos; in scp_send()
2539 const void *mem, size_t len, bool eos, in sftp_send() argument
2545 (void)eos; in sftp_send()
H A Dlibssh2.c3438 const void *mem, size_t len, bool eos, CURLcode *err) in scp_send() argument
3444 (void)eos; in scp_send()
3577 const void *mem, size_t len, bool eos, CURLcode *err) in sftp_send() argument
3583 (void)eos; in sftp_send()
/curl/lib/vtls/
H A Dvtls.c1422 bool eos, CURLcode *err) in ssl_cf_send() argument
1428 (void)eos; in ssl_cf_send()

Completed in 145 milliseconds

12