Home
last modified time | relevance | path

Searched refs:NGHTTP2_FLAG_PADDED (Results 1 – 11 of 11) sorted by relevance

/third_party/nghttp2/src/
Dapp_helper.cc190 if (hd.flags & NGHTTP2_FLAG_PADDED) { in print_flags()
207 if (hd.flags & NGHTTP2_FLAG_PADDED) { in print_flags()
232 if (hd.flags & NGHTTP2_FLAG_PADDED) { in print_flags()
/third_party/node/test/parallel/
Dtest-http2-binding.js226 NGHTTP2_FLAG_PADDED: 8, property
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.c178 return padlen - ((frame->hd.flags & NGHTTP2_FLAG_PADDED) > 0); in nghttp2_frame_trail_padlen()
1155 buf->pos[4] |= NGHTTP2_FLAG_PADDED; in frame_set_pad()
1211 hd->flags |= NGHTTP2_FLAG_PADDED; in nghttp2_frame_add_pad()
Dnghttp2_session.c5751 if (hd->flags & NGHTTP2_FLAG_PADDED) { in inbound_frame_handle_pad()
5940 (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv()
5986 NGHTTP2_FLAG_PADDED | NGHTTP2_FLAG_PRIORITY); in nghttp2_session_mem_recv()
6168 (NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv()
6417 (iframe->frame.hd.flags & NGHTTP2_FLAG_PADDED)) { in nghttp2_session_mem_recv()
6506 (iframe->frame.hd.flags & NGHTTP2_FLAG_PADDED)) { in nghttp2_session_mem_recv()
/third_party/nghttp2/lib/
Dnghttp2_frame.c178 return padlen - ((frame->hd.flags & NGHTTP2_FLAG_PADDED) > 0); in nghttp2_frame_trail_padlen()
1170 buf->pos[4] |= NGHTTP2_FLAG_PADDED; in frame_set_pad()
1226 hd->flags |= NGHTTP2_FLAG_PADDED; in nghttp2_frame_add_pad()
Dnghttp2_session.c5836 if (hd->flags & NGHTTP2_FLAG_PADDED) { in inbound_frame_handle_pad()
6025 (NGHTTP2_FLAG_END_STREAM | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv()
6071 NGHTTP2_FLAG_PADDED | NGHTTP2_FLAG_PRIORITY); in nghttp2_session_mem_recv()
6253 (NGHTTP2_FLAG_END_HEADERS | NGHTTP2_FLAG_PADDED); in nghttp2_session_mem_recv()
6502 (iframe->frame.hd.flags & NGHTTP2_FLAG_PADDED)) { in nghttp2_session_mem_recv()
6591 (iframe->frame.hd.flags & NGHTTP2_FLAG_PADDED)) { in nghttp2_session_mem_recv()
/third_party/nghttp2/tests/
Dnghttp2_test_helper.c56 payloadoff = ((frame->hd.flags & NGHTTP2_FLAG_PADDED) > 0); in unpack_frame()
Dnghttp2_session_test.c1109 hd.flags = NGHTTP2_FLAG_PADDED; in test_nghttp2_session_recv_data_no_auto_flow_control()
1340 data[4] |= NGHTTP2_FLAG_PADDED; in test_nghttp2_session_recv_continuation()
1600 NGHTTP2_FLAG_PADDED, 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()
7645 nghttp2_frame_hd_init(&hd, 357, NGHTTP2_DATA, NGHTTP2_FLAG_PADDED, 1); in test_nghttp2_session_flow_control_data_with_padding_recv()
8156 CU_ASSERT(frame->hd.flags & NGHTTP2_FLAG_PADDED); in test_nghttp2_session_pack_data_with_padding()
/third_party/node/src/
Dnode_http2.h1107 V(NGHTTP2_FLAG_PADDED) \
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h670 NGHTTP2_FLAG_PADDED = 0x08, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h670 NGHTTP2_FLAG_PADDED = 0x08, enumerator