Searched refs:NGHTTP2_FLAG_END_HEADERS (Results 1 – 14 of 14) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 692 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_HEADERS, 1, in test_nghttp2_session_recv() 808 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_HEADERS, 2, in test_nghttp2_session_recv_invalid_stream_id() 853 nghttp2_frame_headers_init(&frame.headers, NGHTTP2_FLAG_END_HEADERS, 1, in test_nghttp2_session_recv_invalid_frame() 1294 NGHTTP2_FLAG_END_HEADERS, 1); in test_nghttp2_session_recv_continuation() 1351 NGHTTP2_FLAG_END_HEADERS, 1); in test_nghttp2_session_recv_continuation() 1460 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY, in test_nghttp2_session_recv_headers_with_priority() 1495 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY, in test_nghttp2_session_recv_headers_with_priority() 1542 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY, in test_nghttp2_session_recv_headers_with_priority() 1599 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PRIORITY | in test_nghttp2_session_recv_headers_with_padding() 1637 NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED, 1); in test_nghttp2_session_recv_headers_with_padding() [all …]
|
D | nghttp2_frame_test.c | 97 &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() 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() 335 nghttp2_frame_push_promise_init(&frame, NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_push_promise() 344 NGHTTP2_PUSH_PROMISE, NGHTTP2_FLAG_END_HEADERS, 1000000007, in test_nghttp2_frame_pack_push_promise()
|
/third_party/nghttp2/src/ |
D | app_helper.cc | 197 if (hd.flags & NGHTTP2_FLAG_END_HEADERS) { in print_flags() 225 if (hd.flags & NGHTTP2_FLAG_END_HEADERS) { in print_flags()
|
D | HttpServer.cc | 1014 session_, NGHTTP2_FLAG_END_HEADERS, stream->stream_id, nva.data(), in submit_push_promise()
|
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 223 NGHTTP2_FLAG_END_HEADERS: 4, property
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_submit.c | 98 NGHTTP2_FLAG_END_HEADERS); in submit_headers_shared() 355 flags_copy = NGHTTP2_FLAG_END_HEADERS; in nghttp2_submit_push_promise()
|
D | nghttp2_frame.c | 297 hd.flags = (uint8_t)(hd.flags & ~NGHTTP2_FLAG_END_HEADERS); in frame_pack_headers_shared() 325 hd.flags = NGHTTP2_FLAG_END_HEADERS; in frame_pack_headers_shared()
|
D | nghttp2_session.c | 5545 (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS | in nghttp2_session_mem_recv() 5728 (NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv() 6192 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv() 6264 if ((iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) == 0) { in nghttp2_session_mem_recv() 6436 iframe->frame.hd.flags | (cont_hd.flags & NGHTTP2_FLAG_END_HEADERS)); in nghttp2_session_mem_recv()
|
/third_party/nghttp2/lib/ |
D | nghttp2_submit.c | 98 NGHTTP2_FLAG_END_HEADERS); in submit_headers_shared() 355 flags_copy = NGHTTP2_FLAG_END_HEADERS; in nghttp2_submit_push_promise()
|
D | nghttp2_frame.c | 297 hd.flags = (uint8_t)(hd.flags & ~NGHTTP2_FLAG_END_HEADERS); in frame_pack_headers_shared() 325 hd.flags = NGHTTP2_FLAG_END_HEADERS; in frame_pack_headers_shared()
|
D | nghttp2_session.c | 5545 (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_END_HEADERS | in nghttp2_session_mem_recv() 5728 (NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv() 6192 final = (iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) && in nghttp2_session_mem_recv() 6264 if ((iframe->frame.hd.flags & NGHTTP2_FLAG_END_HEADERS) == 0) { in nghttp2_session_mem_recv() 6436 iframe->frame.hd.flags | (cont_hd.flags & NGHTTP2_FLAG_END_HEADERS)); in nghttp2_session_mem_recv()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 658 NGHTTP2_FLAG_END_HEADERS = 0x04, enumerator
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 658 NGHTTP2_FLAG_END_HEADERS = 0x04, enumerator
|
/third_party/node/src/ |
D | node_http2.h | 1153 V(NGHTTP2_FLAG_END_HEADERS) \
|