Lines Matching refs:veccnt
1232 nghttp3_vec *vec, size_t veccnt,
1245 (void)veccnt;
1258 while(nvecs < veccnt &&
1638 nghttp3_ssize veccnt;
1644 veccnt = 0;
1660 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec,
1662 if(veccnt < 0) {
1664 nghttp3_strerror((int)veccnt));
1667 nghttp3_err_infer_quic_app_error_code((int)veccnt), NULL, 0);
1678 (const ngtcp2_vec *)vec, veccnt, x->ts);