Home
last modified time | relevance | path

Searched refs:NGHTTP2_HCAT_REQUEST (Results 1 - 19 of 19) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-binding.js196 NGHTTP2_HCAT_REQUEST: 0,
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc66 NGHTTP2_HCAT_REQUEST, &pri_spec, nva, nvlen); in check_frame_pack_headers()
/third_party/nghttp2/tests/
H A Dfailmalloc_test.c343 NGHTTP2_HCAT_REQUEST, NULL, nva, nvlen); in run_nghttp2_session_recv()
425 NGHTTP2_HCAT_REQUEST, NULL, nva, nvlen); in run_nghttp2_frame_pack_headers()
H A Dnghttp2_frame_test.c98 NGHTTP2_HCAT_REQUEST, &pri_spec, nva, nvlen); in test_nghttp2_frame_pack_headers()
197 NGHTTP2_HCAT_REQUEST, NULL, nva, big_hdslen); in test_nghttp2_frame_pack_headers_frame_too_large()
H A Dnghttp2_session_test.c1716 1, NGHTTP2_HCAT_REQUEST, NULL, nva, nvlen); in test_nghttp2_session_recv_headers_early_response()
3198 (int32_t)session->next_stream_id, NGHTTP2_HCAT_REQUEST, NULL, nva, nvlen); in test_nghttp2_session_add_frame()
3237 stream_id, NGHTTP2_HCAT_REQUEST, &pri_spec, NULL, 0); in test_nghttp2_session_on_request_headers_received()
3316 NGHTTP2_HCAT_REQUEST, NULL, NULL, 0); in test_nghttp2_session_on_request_headers_received()
3332 NGHTTP2_HCAT_REQUEST, NULL, NULL, 0); in test_nghttp2_session_on_request_headers_received()
3352 NGHTTP2_HCAT_REQUEST, NULL, NULL, 0); in test_nghttp2_session_on_request_headers_received()
3370 NGHTTP2_HCAT_REQUEST, NULL, NULL, 0); in test_nghttp2_session_on_request_headers_received()
3378 NGHTTP2_HCAT_REQUEST, NULL, NULL, 0); in test_nghttp2_session_on_request_headers_received()
3399 NGHTTP2_HCAT_REQUEST, NULL, NULL, 0); in test_nghttp2_session_on_request_headers_received()
4666 NGHTTP2_HCAT_REQUEST, NUL in test_nghttp2_session_send_headers_start_stream()
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-server.c492 if (frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_header_callback()
518 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_begin_headers_callback()
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c109 hcat = NGHTTP2_HCAT_REQUEST; in submit_headers_shared()
127 if (hcat == NGHTTP2_HCAT_REQUEST) { in submit_headers_shared()
H A Dnghttp2_session.c1144 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST || in nghttp2_session_add_item()
2391 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in session_prep_frame()
2471 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in session_prep_frame()
2946 case NGHTTP2_HCAT_REQUEST: { in session_after_frame_sent1()
3280 if (item->frame.headers.cat == NGHTTP2_HCAT_REQUEST) { in nghttp2_session_mem_send_internal()
3355 if (item->frame.headers.cat == NGHTTP2_HCAT_REQUEST) { in nghttp2_session_mem_send_internal()
4035 frame->headers.cat == NGHTTP2_HCAT_REQUEST && in session_end_stream_headers_received()
4083 case NGHTTP2_HCAT_REQUEST: in session_after_header_block_received()
4377 frame->headers.cat = NGHTTP2_HCAT_REQUEST; in session_process_headers_frame()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c109 hcat = NGHTTP2_HCAT_REQUEST; in submit_headers_shared()
127 if (hcat == NGHTTP2_HCAT_REQUEST) { in submit_headers_shared()
H A Dnghttp2_session.c1139 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST || in nghttp2_session_add_item()
2386 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in session_prep_frame()
2466 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in session_prep_frame()
2941 case NGHTTP2_HCAT_REQUEST: { in session_after_frame_sent1()
3275 if (item->frame.headers.cat == NGHTTP2_HCAT_REQUEST) { in nghttp2_session_mem_send_internal()
3350 if (item->frame.headers.cat == NGHTTP2_HCAT_REQUEST) { in nghttp2_session_mem_send_internal()
4030 frame->headers.cat == NGHTTP2_HCAT_REQUEST && in session_end_stream_headers_received()
4078 case NGHTTP2_HCAT_REQUEST: in session_after_header_block_received()
4372 frame->headers.cat = NGHTTP2_HCAT_REQUEST; in session_process_headers_frame()
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc112 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in before_frame_send_callback()
H A Dapp_helper.cc283 case NGHTTP2_HCAT_REQUEST: in print_frame()
H A DHttpServer.cc1421 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_header_callback2()
1488 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_begin_headers_callback()
1535 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in hd_on_frame_recv_callback()
H A Dnghttp.cc2100 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in before_frame_send_callback()
2120 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_frame_send_callback()
2144 frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_frame_not_send_callback()
H A Dshrpx_http2_upstream.cc266 if (frame->headers.cat != NGHTTP2_HCAT_REQUEST) { in on_begin_headers_callback()
583 if (frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in on_frame_recv_callback()
H A Dshrpx_http2_session.cc1483 frame->headers.cat == NGHTTP2_HCAT_REQUEST) { in on_frame_send_callback()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h993 NGHTTP2_HCAT_REQUEST = 0, enumerator
1648 * NGHTTP2_HCAT_REQUEST``. If |session| is configured as server side,
1649 * ``frame->headers.cat`` is either ``NGHTTP2_HCAT_REQUEST``
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h988 NGHTTP2_HCAT_REQUEST = 0, enumerator
1643 * NGHTTP2_HCAT_REQUEST``. If |session| is configured as server side,
1644 * ``frame->headers.cat`` is either ``NGHTTP2_HCAT_REQUEST``
/third_party/node/src/
H A Dnode_http2.h1062 V(NGHTTP2_HCAT_REQUEST) \

Completed in 63 milliseconds