Searched refs:nghttp2_frame_headers_init (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 64 nghttp2_frame_headers_init( in check_frame_pack_headers()
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 342 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_STREAM, 1, in run_nghttp2_session_recv() 424 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_STREAM, 1, in run_nghttp2_frame_pack_headers()
|
H A D | nghttp2_session_test.c | 701 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_HEADERS, 1, in test_nghttp2_session_recv() 813 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_HEADERS, 2, in test_nghttp2_session_recv_invalid_stream_id() 858 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_HEADERS, 1, in test_nghttp2_session_recv_invalid_frame() 1266 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_recv_continuation() 1328 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_recv_continuation() 1386 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_recv_continuation() 1463 nghttp2_frame_headers_init(&frame.headers, in test_nghttp2_session_recv_headers_with_priority() 1498 nghttp2_frame_headers_init(&frame.headers, in test_nghttp2_session_recv_headers_with_priority() 1545 nghttp2_frame_headers_init(&frame.headers, in test_nghttp2_session_recv_headers_with_priority() 1714 nghttp2_frame_headers_init( in test_nghttp2_session_recv_headers_early_response() [all...] |
H A D | nghttp2_frame_test.c | 96 nghttp2_frame_headers_init( in test_nghttp2_frame_pack_headers() 195 nghttp2_frame_headers_init( in test_nghttp2_frame_pack_headers_frame_too_large()
|
H A D | nghttp2_test_helper.c | 225 nghttp2_frame_headers_init(&frame.headers, flags, stream_id, in pack_headers()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 433 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags,
|
H A D | nghttp2_submit.c | 117 nghttp2_frame_headers_init(&frame->headers, flags_copy, stream_id, hcat, in submit_headers_shared() 134 /* nghttp2_frame_headers_init() takes ownership of nva_copy. */ in submit_headers_shared()
|
H A D | nghttp2_frame.c | 62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 433 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags,
|
H A D | nghttp2_submit.c | 117 nghttp2_frame_headers_init(&frame->headers, flags_copy, stream_id, hcat, in submit_headers_shared() 134 /* nghttp2_frame_headers_init() takes ownership of nva_copy. */ in submit_headers_shared()
|
H A D | nghttp2_frame.c | 62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init() function
|
Completed in 16 milliseconds