Home
last modified time | relevance | path

Searched refs:veccnt (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vquic/
H A Dcurl_ngtcp2.c1320 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() argument
1334 (void)veccnt; in cb_h3_read_req_body()
1347 while(nvecs < veccnt && in cb_h3_read_req_body()
1709 nghttp3_ssize veccnt; in read_pkt_to_send() local
1715 veccnt = 0; in read_pkt_to_send()
1731 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec, in read_pkt_to_send()
1733 if(veccnt < 0) { in read_pkt_to_send()
1735 nghttp3_strerror((int)veccnt)); in read_pkt_to_send()
1736 cf_ngtcp2_h3_err_set(x->cf, x->data, (int)veccnt); in read_pkt_to_send()
1747 (const ngtcp2_vec *)vec, veccnt, x->ts); in read_pkt_to_send()
H A Dcurl_osslq.c982 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() argument
996 (void)veccnt; in cb_h3_read_req_body()
1009 while(nvecs < veccnt && in cb_h3_read_req_body()

Completed in 19 milliseconds