Home
last modified time | relevance | path

Searched refs:nvlen (Results 1 - 25 of 45) sorted by relevance

12

/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc42 size_t nvlen; in check_frame_pack_headers() local
62 nvlen = HEADERS_LENGTH; in check_frame_pack_headers()
66 NGHTTP2_HCAT_REQUEST, &pri_spec, nva, nvlen); in check_frame_pack_headers()
79 rv = nghttp2_nv_array_copy(&nva2, nva, nvlen, mem); in check_frame_pack_headers()
102 size_t nvlen; in check_frame_push_promise() local
121 nvlen = HEADERS_LENGTH; in check_frame_push_promise()
126 (1U << 31) - 1, nva, nvlen); in check_frame_push_promise()
134 rv = nghttp2_nv_array_copy(&nva2, nva, nvlen, mem); in check_frame_push_promise()
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c70 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared()
118 pri_spec, nva_copy, nvlen); in submit_headers_shared()
145 const nghttp2_nv *nva, size_t nvlen, in submit_headers_shared_nva()
162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva()
168 nva_copy, nvlen, data_prd, stream_user_data); in submit_headers_shared_nva()
172 const nghttp2_nv *nva, size_t nvlen) { in nghttp2_submit_trailer()
178 stream_id, NULL, nva, nvlen, NULL, in nghttp2_submit_trailer()
185 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_headers()
212 nvlen, NULL, stream_user_data); in nghttp2_submit_headers()
317 size_t nvlen, in nghttp2_submit_push_promise()
67 submit_headers_shared(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva_copy, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared() argument
142 submit_headers_shared_nva(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared_nva() argument
171 nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen) nghttp2_submit_trailer() argument
182 nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, void *stream_user_data) nghttp2_submit_headers() argument
315 nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, void *promised_stream_user_data) nghttp2_submit_push_promise() argument
756 nghttp2_submit_request(nghttp2_session *session, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) nghttp2_submit_request() argument
792 nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd) nghttp2_submit_response() argument
[all...]
H A Dnghttp2_frame.c65 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_headers_init()
69 frame->nvlen = nvlen; in nghttp2_frame_headers_init()
116 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_push_promise_init()
120 frame->nvlen = nvlen; in nghttp2_frame_push_promise_init()
377 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, frame->nva, frame->nvlen); in nghttp2_frame_pack_headers()
430 frame->nvlen = 0; in nghttp2_frame_unpack_headers_payload()
569 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, frame->nva, frame->nvlen); in nghttp2_frame_pack_push_promise()
594 frame->nvlen in nghttp2_frame_unpack_push_promise_payload()
62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
113 nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, int32_t stream_id, int32_t promised_stream_id, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_push_promise_init() argument
1031 nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) nghttp2_nv_array_sort() argument
1035 nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) nghttp2_nv_array_copy() argument
[all...]
H A Dnghttp2_http.c547 size_t nvlen; in nghttp2_http_record_request_method() local
553 nvlen = frame->headers.nvlen; in nghttp2_http_record_request_method()
557 nvlen = frame->push_promise.nvlen; in nghttp2_http_record_request_method()
564 for (i = 0; i < nvlen; ++i) { in nghttp2_http_record_request_method()
H A Dnghttp2_frame.h436 nghttp2_nv *nva, size_t nvlen);
457 nghttp2_nv *nva, size_t nvlen);
587 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen);
590 * Copies name/value pairs from |nva|, which contains |nvlen| pairs,
605 size_t nvlen, nghttp2_mem *mem);
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c70 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared()
118 pri_spec, nva_copy, nvlen); in submit_headers_shared()
145 const nghttp2_nv *nva, size_t nvlen, in submit_headers_shared_nva()
162 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva()
168 nva_copy, nvlen, data_prd, stream_user_data); in submit_headers_shared_nva()
172 const nghttp2_nv *nva, size_t nvlen) { in nghttp2_submit_trailer()
178 stream_id, NULL, nva, nvlen, NULL, in nghttp2_submit_trailer()
185 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_headers()
212 nvlen, NULL, stream_user_data); in nghttp2_submit_headers()
317 size_t nvlen, in nghttp2_submit_push_promise()
67 submit_headers_shared(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva_copy, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared() argument
142 submit_headers_shared_nva(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared_nva() argument
171 nghttp2_submit_trailer(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen) nghttp2_submit_trailer() argument
182 nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, void *stream_user_data) nghttp2_submit_headers() argument
315 nghttp2_submit_push_promise(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, void *promised_stream_user_data) nghttp2_submit_push_promise() argument
756 nghttp2_submit_request(nghttp2_session *session, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) nghttp2_submit_request() argument
792 nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd) nghttp2_submit_response() argument
[all...]
H A Dnghttp2_frame.c65 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_headers_init()
69 frame->nvlen = nvlen; in nghttp2_frame_headers_init()
116 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_push_promise_init()
120 frame->nvlen = nvlen; in nghttp2_frame_push_promise_init()
377 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, frame->nva, frame->nvlen); in nghttp2_frame_pack_headers()
430 frame->nvlen = 0; in nghttp2_frame_unpack_headers_payload()
569 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, frame->nva, frame->nvlen); in nghttp2_frame_pack_push_promise()
594 frame->nvlen in nghttp2_frame_unpack_push_promise_payload()
62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
113 nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, int32_t stream_id, int32_t promised_stream_id, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_push_promise_init() argument
1031 nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) nghttp2_nv_array_sort() argument
1035 nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) nghttp2_nv_array_copy() argument
[all...]
H A Dnghttp2_http.c547 size_t nvlen; in nghttp2_http_record_request_method() local
553 nvlen = frame->headers.nvlen; in nghttp2_http_record_request_method()
557 nvlen = frame->push_promise.nvlen; in nghttp2_http_record_request_method()
564 for (i = 0; i < nvlen; ++i) { in nghttp2_http_record_request_method()
H A Dnghttp2_frame.h436 nghttp2_nv *nva, size_t nvlen);
457 nghttp2_nv *nva, size_t nvlen);
587 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen);
590 * Copies name/value pairs from |nva|, which contains |nvlen| pairs,
605 size_t nvlen, nghttp2_mem *mem);
/third_party/nghttp2/examples/
H A Ddeflate.c42 size_t nvlen);
95 size_t nvlen) { in deflate()
105 for (i = 0; i < nvlen; ++i) { in deflate()
111 for (i = 0; i < nvlen; ++i) { in deflate()
118 buflen = nghttp2_hd_deflate_bound(deflater, nva, nvlen); in deflate()
121 rv = nghttp2_hd_deflate_hd(deflater, buf, buflen, nva, nvlen); in deflate()
93 deflate(nghttp2_hd_deflater *deflater, nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva, size_t nvlen) deflate() argument
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c123 out->nvlen = 0; in nva_out_init()
128 for (i = 0; i < out->nvlen; ++i) { in nva_out_reset()
133 out->nvlen = 0; in nva_out_reset()
137 nghttp2_nv *onv = &out->nva[out->nvlen]; in add_out()
155 ++out->nvlen; in add_out()
218 size_t nvlen, nghttp2_mem *mem) { in pack_headers()
223 nghttp2_nv_array_copy(&dnva, nva, nvlen, mem); in pack_headers()
226 NGHTTP2_HCAT_HEADERS, NULL, dnva, nvlen); in pack_headers()
237 size_t nvlen, nghttp2_mem *mem) { in pack_push_promise()
242 nghttp2_nv_array_copy(&dnva, nva, nvlen, me in pack_push_promise()
216 pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, int32_t stream_id, uint8_t flags, const nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) pack_headers() argument
234 pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, int32_t stream_id, uint8_t flags, int32_t promised_stream_id, const nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) pack_push_promise() argument
[all...]
H A Dfailmalloc_test.c290 size_t nvlen; in run_nghttp2_session_recv() local
340 nvlen = ARRLEN(nv); in run_nghttp2_session_recv()
341 nghttp2_nv_array_copy(&nva, nv, nvlen, nghttp2_mem_fm()); in run_nghttp2_session_recv()
343 NGHTTP2_HCAT_REQUEST, NULL, nva, nvlen); in run_nghttp2_session_recv()
403 size_t nvlen; in run_nghttp2_frame_pack_headers() local
419 nvlen = ARRLEN(nv); in run_nghttp2_frame_pack_headers()
420 rv = nghttp2_nv_array_copy(&nva, nv, nvlen, nghttp2_mem_fm()); in run_nghttp2_frame_pack_headers()
425 NGHTTP2_HCAT_REQUEST, NULL, nva, nvlen); in run_nghttp2_frame_pack_headers()
502 nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) { in deflate_inflate()
505 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, nva, nvlen); in deflate_inflate()
500 deflate_inflate(nghttp2_hd_deflater *deflater, nghttp2_hd_inflater *inflater, nghttp2_bufs *bufs, nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) deflate_inflate() argument
[all...]
H A Dnghttp2_hd_test.c69 CU_ASSERT(3 == out.nvlen); in test_nghttp2_hd_deflate()
83 CU_ASSERT(2 == out.nvlen); in test_nghttp2_hd_deflate()
98 CU_ASSERT(3 == out.nvlen); in test_nghttp2_hd_deflate()
112 CU_ASSERT(3 == out.nvlen); in test_nghttp2_hd_deflate()
126 CU_ASSERT(2 == out.nvlen); in test_nghttp2_hd_deflate()
165 CU_ASSERT(2 == out.nvlen); in test_nghttp2_hd_deflate_same_indexed_repr()
179 CU_ASSERT(3 == out.nvlen); in test_nghttp2_hd_deflate_same_indexed_repr()
212 CU_ASSERT(1 == out.nvlen); in test_nghttp2_hd_inflate_indexed()
259 CU_ASSERT(1 == out.nvlen); in test_nghttp2_hd_inflate_indname_noinc()
294 CU_ASSERT(1 == out.nvlen); in test_nghttp2_hd_inflate_indname_inc()
975 check_deflate_inflate(nghttp2_hd_deflater *deflater, nghttp2_hd_inflater *inflater, nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) check_deflate_inflate() argument
[all...]
H A Dnghttp2_test_helper.h73 size_t nvlen; member
86 size_t nvlen, nghttp2_mem *mem);
91 size_t nvlen, nghttp2_mem *mem);
H A Dnghttp2_frame_test.c78 size_t nvlen; in test_nghttp2_frame_pack_headers() local
92 nvlen = HEADERS_LENGTH; in test_nghttp2_frame_pack_headers()
98 NGHTTP2_HCAT_REQUEST, &pri_spec, nva, nvlen); in test_nghttp2_frame_pack_headers()
118 CU_ASSERT(7 == out.nvlen); in test_nghttp2_frame_pack_headers()
155 nghttp2_nv_array_sort(out.nva, out.nvlen); in test_nghttp2_frame_pack_headers()
315 size_t nvlen; in test_nghttp2_frame_pack_push_promise() local
329 nvlen = HEADERS_LENGTH; in test_nghttp2_frame_pack_push_promise()
331 (1U << 31) - 1, nva, nvlen); in test_nghttp2_frame_pack_push_promise()
347 CU_ASSERT(7 == out.nvlen); in test_nghttp2_frame_pack_push_promise()
H A Dnghttp2_session_test.c680 size_t nvlen; in test_nghttp2_session_recv() local
699 nvlen = ARRLEN(reqnv); in test_nghttp2_session_recv()
700 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv()
702 NGHTTP2_HCAT_HEADERS, NULL, nva, nvlen); in test_nghttp2_session_recv()
797 size_t nvlen; in test_nghttp2_session_recv_invalid_stream_id() local
811 nvlen = ARRLEN(reqnv); in test_nghttp2_session_recv_invalid_stream_id()
812 nghttp2_nv_array_copy(&nva, reqnv, nvlen, mem); in test_nghttp2_session_recv_invalid_stream_id()
814 NGHTTP2_HCAT_HEADERS, NULL, nva, nvlen); in test_nghttp2_session_recv_invalid_stream_id()
839 size_t nvlen; in test_nghttp2_session_recv_invalid_frame() local
856 nvlen in test_nghttp2_session_recv_invalid_frame()
1238 size_t nvlen; test_nghttp2_session_recv_continuation() local
1433 size_t nvlen; test_nghttp2_session_recv_headers_with_priority() local
1696 size_t nvlen; test_nghttp2_session_recv_headers_early_response() local
1754 size_t nvlen; test_nghttp2_session_recv_headers_for_closed_stream() local
1839 size_t nvlen; test_nghttp2_session_recv_headers_with_extpri() local
1947 size_t nvlen; test_nghttp2_session_server_recv_push_response() local
2994 size_t nvlen; test_nghttp2_session_continue() local
3175 size_t nvlen; test_nghttp2_session_add_frame() local
3222 size_t nvlen; test_nghttp2_session_on_request_headers_received() local
3996 size_t nvlen; test_nghttp2_session_on_push_promise_received() local
4715 size_t nvlen; test_nghttp2_session_send_headers_frame_size_error() local
10306 size_t nvlen; test_nghttp2_session_cancel_reserved_remote() local
11795 size_t nvlen; test_nghttp2_session_server_fallback_rfc7540_priorities() local
11981 size_t nvlen; test_nghttp2_session_stream_reset_ratelim() local
12074 check_nghttp2_http_recv_headers_fail( nghttp2_session *session, nghttp2_hd_deflater *deflater, int32_t stream_id, int stream_state, const nghttp2_nv *nva, size_t nvlen) check_nghttp2_http_recv_headers_fail() argument
12117 check_nghttp2_http_recv_headers_ok( nghttp2_session *session, nghttp2_hd_deflater *deflater, int32_t stream_id, int stream_state, const nghttp2_nv *nva, size_t nvlen) check_nghttp2_http_recv_headers_ok() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_frame.c124 int nghttp3_nva_copy(nghttp3_nv **pnva, const nghttp3_nv *nva, size_t nvlen, in nghttp3_nva_copy() argument
131 if (nvlen == 0) { in nghttp3_nva_copy()
137 for (i = 0; i < nvlen; ++i) { in nghttp3_nva_copy()
147 buflen += sizeof(nghttp3_nv) * nvlen; in nghttp3_nva_copy()
156 data = (uint8_t *)(*pnva) + sizeof(nghttp3_nv) * nvlen; in nghttp3_nva_copy()
158 for (i = 0; i < nvlen; ++i) { in nghttp3_nva_copy()
H A Dnghttp3_frame.h70 size_t nvlen; member
187 * |nvlen| pairs, to |*nva_ptr|, which is dynamically allocated so
200 int nghttp3_nva_copy(nghttp3_nv **pnva, const nghttp3_nv *nva, size_t nvlen,
H A Dnghttp3_conn.c2064 const nghttp3_nv *nva, size_t nvlen, in conn_submit_headers_data()
2070 rv = nghttp3_nva_copy(&nnva, nva, nvlen, conn->mem); in conn_submit_headers_data()
2077 frent.fr.headers.nvlen = nvlen; in conn_submit_headers_data()
2135 const nghttp3_nv *nva, size_t nvlen, in nghttp3_conn_submit_request()
2169 nghttp3_http_record_request_method(stream, nva, nvlen); in nghttp3_conn_submit_request()
2175 return conn_submit_headers_data(conn, stream, nva, nvlen, dr); in nghttp3_conn_submit_request()
2179 const nghttp3_nv *nva, size_t nvlen) { in nghttp3_conn_submit_info()
2192 return conn_submit_headers_data(conn, stream, nva, nvlen, NULL); in nghttp3_conn_submit_info()
2196 const nghttp3_nv *nva, size_t nvlen, in nghttp3_conn_submit_response()
2063 conn_submit_headers_data(nghttp3_conn *conn, nghttp3_stream *stream, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr) conn_submit_headers_data() argument
2134 nghttp3_conn_submit_request(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr, void *stream_user_data) nghttp3_conn_submit_request() argument
2178 nghttp3_conn_submit_info(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_conn_submit_info() argument
2195 nghttp3_conn_submit_response(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr) nghttp3_conn_submit_response() argument
2216 nghttp3_conn_submit_trailers(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_conn_submit_trailers() argument
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1060 size_t nvlen; member
1157 size_t nvlen; member
1433 * If frame is HEADERS or PUSH_PROMISE, the ``nva`` and ``nvlen``
1470 * If frame is HEADERS or PUSH_PROMISE, the ``nva`` and ``nvlen``
3926 * |nvlen| elements. The application is responsible to include
3986 const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd,
3996 * |nvlen| elements. The application is responsible to include
4055 const nghttp2_nv *nva, size_t nvlen,
4064 * |nvlen| elements. The application must not include pseudo-header
4111 const nghttp2_nv *nva, size_t nvlen);
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1055 size_t nvlen; member
1152 size_t nvlen; member
1428 * If frame is HEADERS or PUSH_PROMISE, the ``nva`` and ``nvlen``
1465 * If frame is HEADERS or PUSH_PROMISE, the ``nva`` and ``nvlen``
3910 * |nvlen| elements. The application is responsible to include
3970 const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd,
3980 * |nvlen| elements. The application is responsible to include
4039 const nghttp2_nv *nva, size_t nvlen,
4048 * |nvlen| elements. The application must not include pseudo-header
4095 const nghttp2_nv *nva, size_t nvlen);
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h1127 * |nva|. |nvlen| is the length of |nva|. |stream_id| is the
1155 nghttp3_buf *ebuf, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen);
2296 * HTTP request. |nva| of length |nvlen| specifies HTTP request
2303 nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen,
2311 * |nvlen| specifies HTTP response header fields.
2316 size_t nvlen);
2323 * |nvlen| specifies HTTP response header fields. |dr| specifies a
2330 size_t nvlen,
2337 * stream identified by |stream_id|. |nva| of length |nvlen|
2344 size_t nvlen);
[all...]
/third_party/nghttp2/src/
H A Dcomp_helper.c112 json_t *dump_headers(const nghttp2_nv *nva, size_t nvlen) { in dump_headers() argument
117 for (i = 0; i < nvlen; ++i) { in dump_headers()
H A Dapp_helper.cc158 void print_nv(nghttp2_nv *nva, size_t nvlen) { in print_nv() argument
159 auto end = nva + nvlen; in print_nv()
298 print_nv(frame->headers.nva, frame->headers.nvlen); in print_frame()
329 print_nv(frame->push_promise.nva, frame->push_promise.nvlen); in print_frame()
H A Dcomp_helper.h47 json_t *dump_headers(const nghttp2_nv *nva, size_t nvlen);

Completed in 33 milliseconds

12