Home
last modified time | relevance | path

Searched refs:NGHTTP2_FLAG_END_HEADERS (Results 1 - 17 of 17) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c701 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()
1299 NGHTTP2_FLAG_END_HEADERS, 1); in test_nghttp2_session_recv_continuation()
1356 NGHTTP2_FLAG_END_HEADERS, 1); in test_nghttp2_session_recv_continuation()
1464 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY, in test_nghttp2_session_recv_headers_with_priority()
1499 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY, in test_nghttp2_session_recv_headers_with_priority()
1546 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY, in test_nghttp2_session_recv_headers_with_priority()
1603 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY | in test_nghttp2_session_recv_headers_with_padding()
1641 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDE in test_nghttp2_session_recv_headers_with_padding()
[all...]
H A Dnghttp2_frame_test.c97 &frame, NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_headers()
109 NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS, in test_nghttp2_frame_pack_headers() local
139 NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS | in test_nghttp2_frame_pack_headers()
196 &frame, NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_headers_frame_too_large()
330 nghttp2_frame_push_promise_init(&frame, NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_push_promise()
339 NGHTTP2_PUSH_PROMISE, NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_push_promise() local
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc65 &frame, NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS, 1000000007, in check_frame_pack_headers()
125 nghttp2_frame_push_promise_init(&frame, NGHTTP2_FLAG_END_HEADERS, 1000000007, in check_frame_push_promise()
/third_party/node/test/parallel/
H A Dtest-http2-binding.js224 NGHTTP2_FLAG_END_HEADERS: 4,
/third_party/nghttp2/src/
H A Dapp_helper.cc201 if (hd.flags & NGHTTP2_FLAG_END_HEADERS) { in print_flags()
229 if (hd.flags & NGHTTP2_FLAG_END_HEADERS) { in print_flags()
H A DHttpServer.cc1031 session_, NGHTTP2_FLAG_END_HEADERS, stream->stream_id, nva.data(), in submit_push_promise()
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c98 NGHTTP2_FLAG_END_HEADERS); in submit_headers_shared()
360 flags_copy = NGHTTP2_FLAG_END_HEADERS; in nghttp2_submit_push_promise()
H A Dnghttp2_frame.c322 hd.flags = (uint8_t)(hd.flags & ~NGHTTP2_FLAG_END_HEADERS); in frame_pack_headers_shared()
350 hd.flags = NGHTTP2_FLAG_END_HEADERS; in frame_pack_headers_shared()
H A Dnghttp2_session.c5990 (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS | in nghttp2_session_mem_recv()
6173 (NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv()
6695 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv()
6767 if ((iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) == 0) { in nghttp2_session_mem_recv()
6946 (cont_hd.flags & NGHTTP2_FLAG_END_HEADERS)); in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c98 NGHTTP2_FLAG_END_HEADERS); in submit_headers_shared()
360 flags_copy = NGHTTP2_FLAG_END_HEADERS; in nghttp2_submit_push_promise()
H A Dnghttp2_frame.c322 hd.flags = (uint8_t)(hd.flags & ~NGHTTP2_FLAG_END_HEADERS); in frame_pack_headers_shared()
350 hd.flags = NGHTTP2_FLAG_END_HEADERS; in frame_pack_headers_shared()
H A Dnghttp2_session.c5985 (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS | in nghttp2_session_mem_recv()
6168 (NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv()
6690 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv()
6762 if ((iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) == 0) { in nghttp2_session_mem_recv()
6935 (cont_hd.flags & NGHTTP2_FLAG_END_HEADERS)); in nghttp2_session_mem_recv()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h667 NGHTTP2_FLAG_END_HEADERS = 0x04, enumerator
1639 * :enum:`nghttp2_flag.NGHTTP2_FLAG_END_HEADERS` flag set, which
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h662 NGHTTP2_FLAG_END_HEADERS = 0x04, enumerator
1634 * :enum:`nghttp2_flag.NGHTTP2_FLAG_END_HEADERS` flag set, which
/third_party/curl/lib/
H A Dcf-h2-proxy.c583 !!(frame->hd.flags & NGHTTP2_FLAG_END_HEADERS), in proxy_h2_fr_print()
608 !!(frame->hd.flags & NGHTTP2_FLAG_END_HEADERS)); in proxy_h2_fr_print()
H A Dhttp2.c1110 !!(frame->hd.flags & NGHTTP2_FLAG_END_HEADERS), in fr_print()
1135 !!(frame->hd.flags & NGHTTP2_FLAG_END_HEADERS)); in fr_print()
/third_party/node/src/
H A Dnode_http2.h1105 V(NGHTTP2_FLAG_END_HEADERS) \

Completed in 68 milliseconds