/third_party/nghttp2/src/ |
H A D | h2load_http3_session.cc | 69 size_t veccnt, uint32_t *pflags, void *user_data, in read_data() 73 s->read_data(vec, veccnt, pflags); in read_data() 79 void Http3Session::read_data(nghttp3_vec *vec, size_t veccnt, in read_data() argument 81 assert(veccnt > 0); in read_data() 407 nghttp3_vec *vec, size_t veccnt) { in write_stream() 409 nghttp3_conn_writev_stream(conn_, &stream_id, &fin, vec, veccnt); in write_stream() 68 read_data(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt, uint32_t *pflags, void *user_data, void *stream_user_data) read_data() argument 406 write_stream(int64_t &stream_id, int &fin, nghttp3_vec *vec, size_t veccnt) write_stream() argument
|
H A D | h2load_http3_session.h | 65 size_t veccnt); 72 void read_data(nghttp3_vec *vec, size_t veccnt, uint32_t *pflags);
|
H A D | shrpx_http3_upstream.cc | 1227 size_t veccnt, uint32_t *pflags, in downstream_read_data_callback() 1247 veccnt = body->riovec_mark(reinterpret_cast<struct iovec *>(vec), veccnt); in downstream_read_data_callback() 1254 assert((*pflags & NGHTTP3_DATA_FLAG_EOF) || veccnt); in downstream_read_data_callback() 1256 downstream->response_sent_body_length += nghttp3_vec_len(vec, veccnt); in downstream_read_data_callback() 1263 return veccnt; in downstream_read_data_callback() 1225 downstream_read_data_callback(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt, uint32_t *pflags, void *conn_user_data, void *stream_user_data) downstream_read_data_callback() argument
|
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 1232 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() 1245 (void)veccnt; in cb_h3_read_req_body() 1258 while(nvecs < veccnt && in cb_h3_read_req_body() 1638 nghttp3_ssize veccnt; in read_pkt_to_send() local 1644 veccnt = 0; in read_pkt_to_send() 1660 veccnt = nghttp3_conn_writev_stream(ctx->h3conn, &stream_id, &fin, vec, in read_pkt_to_send() 1662 if(veccnt < 0) { in read_pkt_to_send() 1664 nghttp3_strerror((int)veccnt)); in read_pkt_to_send() 1667 nghttp3_err_infer_quic_app_error_code((int)veccnt), NULL, 0); in read_pkt_to_send() 1678 (const ngtcp2_vec *)vec, veccnt, in read_pkt_to_send() 1231 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt, uint32_t *pflags, void *user_data, void *stream_user_data) cb_h3_read_req_body() argument [all...] |
H A D | curl_osslq.c | 864 nghttp3_vec *vec, size_t veccnt, in cb_h3_read_req_body() 877 (void)veccnt; in cb_h3_read_req_body() 890 while(nvecs < veccnt && in cb_h3_read_req_body() 863 cb_h3_read_req_body(nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt, uint32_t *pflags, void *user_data, void *stream_user_data) cb_h3_read_req_body() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conn.c | 1898 size_t veccnt, nghttp3_stream *stream) { in conn_writev_stream() 1902 assert(veccnt > 0); in conn_writev_stream() 1915 n = nghttp3_stream_writev(conn->tx.qenc, pfin, vec, veccnt); in conn_writev_stream() 1925 n = nghttp3_stream_writev(stream, pfin, vec, veccnt); in conn_writev_stream() 1942 nghttp3_vec *vec, size_t veccnt) { in nghttp3_conn_writev_stream() 1950 if (veccnt == 0) { in nghttp3_conn_writev_stream() 1956 conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, conn->tx.ctrl); in nghttp3_conn_writev_stream() 1969 conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, conn->tx.qdec); in nghttp3_conn_writev_stream() 1977 conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, conn->tx.qenc); in nghttp3_conn_writev_stream() 1988 ncnt = conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, strea in nghttp3_conn_writev_stream() 1896 conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt, nghttp3_stream *stream) conn_writev_stream() argument 1940 nghttp3_conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_conn_writev_stream() argument [all...] |
H A D | nghttp3_stream.h | 297 nghttp3_vec *vec, size_t veccnt);
|
H A D | nghttp3_stream.c | 813 nghttp3_vec *vec, size_t veccnt) { in nghttp3_stream_writev() 819 nghttp3_vec *vbegin = vec, *vend = vec + veccnt; in nghttp3_stream_writev() 822 assert(veccnt > 0); in nghttp3_stream_writev() 812 nghttp3_stream_writev(nghttp3_stream *stream, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_stream_writev() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
H A D | nghttp3.h | 2051 * length |veccnt| and returns the number of nghttp3_vec object in 2068 size_t veccnt); 2252 * The library provides |vec| of length |veccnt| to the application. 2274 nghttp3_conn *conn, int64_t stream_id, nghttp3_vec *vec, size_t veccnt,
|