Searched refs:nghttp2_frame_pack_frame_hd (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
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() function 326 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared() 344 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared() 355 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared() 444 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_priority() 468 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_rst_stream() 492 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_settings() 608 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_ping() 629 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_goaway() 703 nghttp2_frame_pack_frame_hd(bu in nghttp2_frame_pack_window_update() [all...] |
H A D | nghttp2_frame.h | 79 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd);
|
H A D | nghttp2_session.c | 2293 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in session_pack_extension() 7767 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_session_pack_data()
|
/third_party/node/deps/nghttp2/lib/ |
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() function 326 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared() 344 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared() 355 nghttp2_frame_pack_frame_hd(buf->pos, &hd); in frame_pack_headers_shared() 444 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_priority() 468 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_rst_stream() 492 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_settings() 608 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_ping() 629 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_frame_pack_goaway() 703 nghttp2_frame_pack_frame_hd(bu in nghttp2_frame_pack_window_update() [all...] |
H A D | nghttp2_frame.h | 79 void nghttp2_frame_pack_frame_hd(uint8_t *buf, const nghttp2_frame_hd *hd);
|
H A D | nghttp2_session.c | 2288 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in session_pack_extension() 7756 nghttp2_frame_pack_frame_hd(buf->pos, &frame->hd); in nghttp2_session_pack_data()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 926 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data() 1009 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data() 1031 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data() 1044 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data() 1057 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data() 1116 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data_no_auto_flow_control() 1174 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data_no_auto_flow_control() 1183 nghttp2_frame_pack_frame_hd(data, &hd); in test_nghttp2_session_recv_data_no_auto_flow_control() 1290 nghttp2_frame_pack_frame_hd(data + datalen, &cont_hd); in test_nghttp2_session_recv_continuation() 1301 nghttp2_frame_pack_frame_hd(dat in test_nghttp2_session_recv_continuation() [all...] |
Completed in 28 milliseconds