Searched refs:nghttp2_frame_hd (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 832 } nghttp2_frame_hd; typedef 971 nghttp2_frame_hd hd; 1043 nghttp2_frame_hd hd; 1076 nghttp2_frame_hd hd; 1092 nghttp2_frame_hd hd; 1124 nghttp2_frame_hd hd; 1144 nghttp2_frame_hd hd; 1178 nghttp2_frame_hd hd; 1194 nghttp2_frame_hd hd; 1227 nghttp2_frame_hd h [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 827 } nghttp2_frame_hd; typedef 966 nghttp2_frame_hd hd; 1038 nghttp2_frame_hd hd; 1071 nghttp2_frame_hd hd; 1087 nghttp2_frame_hd hd; 1119 nghttp2_frame_hd hd; 1139 nghttp2_frame_hd hd; 1173 nghttp2_frame_hd hd; 1189 nghttp2_frame_hd hd; 1222 nghttp2_frame_hd h [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 79 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd); 81 void nghttp2_frame_unpack_frame_hd(nghttp2_frame_hd *hd, const uint8_t *buf); 87 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, 634 void nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd,
|
H A D | nghttp2_frame.c | 37 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd) { in nghttp2_frame_pack_frame_hd() 45 void nghttp2_frame_unpack_frame_hd(nghttp2_frame_hd *hd, const uint8_t *buf) { in nghttp2_frame_unpack_frame_hd() 53 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() 306 nghttp2_frame_hd *frame_hd) { in frame_pack_headers_shared() 309 nghttp2_frame_hd hd; in frame_pack_headers_shared() 1174 void nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()
|
H A D | nghttp2_session.c | 3588 const nghttp2_frame_hd *hd) { in session_call_on_begin_frame() 5755 nghttp2_frame_hd *hd) { in inbound_frame_handle_pad() 5822 nghttp2_frame_hd cont_hd; in nghttp2_session_mem_recv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 79 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd); 81 void nghttp2_frame_unpack_frame_hd(nghttp2_frame_hd *hd, const uint8_t *buf); 87 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, 634 void nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd,
|
H A D | nghttp2_frame.c | 37 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd) { in nghttp2_frame_pack_frame_hd() 45 void nghttp2_frame_unpack_frame_hd(nghttp2_frame_hd *hd, const uint8_t *buf) { in nghttp2_frame_unpack_frame_hd() 53 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() 306 nghttp2_frame_hd *frame_hd) { in frame_pack_headers_shared() 309 nghttp2_frame_hd hd; in frame_pack_headers_shared() 1174 void nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()
|
H A D | nghttp2_session.c | 3583 const nghttp2_frame_hd *hd) { in session_call_on_begin_frame() 5750 nghttp2_frame_hd *hd) { in inbound_frame_handle_pad() 5817 nghttp2_frame_hd cont_hd; in nghttp2_session_mem_recv()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 176 void print_frame_hd(const nghttp2_frame_hd &hd) { in print_frame_hd() 183 void print_flags(const nghttp2_frame_hd &hd) { in print_flags()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 58 nghttp2_frame_hd recv_frame_hd; 197 const nghttp2_frame_hd *hd, in on_begin_frame_callback() 610 const nghttp2_frame_hd *hd, in on_extension_chunk_recv_callback() 624 const nghttp2_frame_hd *hd, in cancel_on_extension_chunk_recv_callback() 638 const nghttp2_frame_hd *hd, in unpack_extension_callback() 652 const nghttp2_frame_hd *hd, in cancel_unpack_extension_callback() 909 nghttp2_frame_hd hd; in test_nghttp2_session_recv_data() 1092 nghttp2_frame_hd hd; in test_nghttp2_session_recv_data_no_auto_flow_control() 1247 nghttp2_frame_hd cont_hd; in test_nghttp2_session_recv_continuation() 1587 nghttp2_frame_hd h in test_nghttp2_session_recv_headers_with_padding() [all...] |
H A D | nghttp2_frame_test.c | 63 int32_t stream_id, nghttp2_frame_hd *hd) { in check_frame_header()
|
Completed in 33 milliseconds