Searched refs:nghttp2_settings (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 194 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame); 213 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame, 467 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, 470 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem);
|
H A D | nghttp2_frame.c | 101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init() 109 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) { in nghttp2_frame_settings_free() 479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() 511 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame, in nghttp2_frame_unpack_settings_payload()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 194 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame); 213 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame, 467 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, 470 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem);
|
H A D | nghttp2_frame.c | 101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init() 109 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) { in nghttp2_frame_settings_free() 479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings() 511 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame, in nghttp2_frame_unpack_settings_payload()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1133 } nghttp2_settings; typedef 1290 nghttp2_settings settings;
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1128 } nghttp2_settings; typedef 1285 nghttp2_settings settings;
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 275 nghttp2_settings frame, oframe; in test_nghttp2_frame_pack_settings()
|
Completed in 18 milliseconds