Searched refs:veccnt (Results 1 – 2 of 2) sorted by relevance
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 1319 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() argument 1333 (void)veccnt; in cb_h3_read_req_body() 1346 while(nvecs < veccnt && in cb_h3_read_req_body() 1694 nghttp3_ssize veccnt; in read_pkt_to_send() local 1700 veccnt = 0; in read_pkt_to_send() 1716 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec, in read_pkt_to_send() 1718 if(veccnt < 0) { in read_pkt_to_send() 1720 nghttp3_strerror((int)veccnt)); in read_pkt_to_send() 1721 cf_ngtcp2_h3_err_set(x->cf, x->data, (int)veccnt); in read_pkt_to_send() 1732 (const ngtcp2_vec *)vec, veccnt, x->ts); in read_pkt_to_send()
|
H A D | curl_osslq.c | 982 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 15 milliseconds