/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 220 struct nghttp2_hd_deflater { struct 290 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem); 305 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, 312 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater); 334 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater,
|
H A D | nghttp2_hd.c | 696 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) { in nghttp2_hd_deflate_init() 701 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2() 769 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater) { in nghttp2_hd_deflate_free() 1246 nghttp2_hd_deflater *deflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_deflate_change_table_size() 1327 static int hd_deflate_decide_indexing(nghttp2_hd_deflater *deflater, in hd_deflate_decide_indexing() 1342 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv() 1440 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_bufs() 1491 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() 1523 ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_vec() 1556 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflate [all...] |
H A D | nghttp2_frame.h | 140 nghttp2_hd_deflater *deflater); 256 nghttp2_hd_deflater *deflater);
|
H A D | nghttp2_session.h | 226 nghttp2_hd_deflater hd_deflater;
|
H A D | nghttp2_frame.c | 362 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_headers() 556 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_push_promise()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 220 struct nghttp2_hd_deflater { struct 290 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem); 305 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, 312 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater); 334 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater,
|
H A D | nghttp2_hd.c | 696 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) { in nghttp2_hd_deflate_init() 701 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2() 769 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater) { in nghttp2_hd_deflate_free() 1246 nghttp2_hd_deflater *deflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_deflate_change_table_size() 1327 static int hd_deflate_decide_indexing(nghttp2_hd_deflater *deflater, in hd_deflate_decide_indexing() 1342 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv() 1440 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_bufs() 1491 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd() 1523 ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_vec() 1556 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflate [all...] |
H A D | nghttp2_frame.h | 140 nghttp2_hd_deflater *deflater); 256 nghttp2_hd_deflater *deflater);
|
H A D | nghttp2_session.h | 222 nghttp2_hd_deflater hd_deflater;
|
H A D | nghttp2_frame.c | 362 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_headers() 556 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_push_promise()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5144 struct nghttp2_hd_deflater; 5151 typedef struct nghttp2_hd_deflater nghttp2_hd_deflater; typedef 5170 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, 5189 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr, 5198 NGHTTP2_EXTERN void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater); 5224 nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater, 5254 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, 5287 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, 5299 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflate [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5128 struct nghttp2_hd_deflater; 5135 typedef struct nghttp2_hd_deflater nghttp2_hd_deflater; typedef 5154 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, 5173 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr, 5182 NGHTTP2_EXTERN void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater); 5208 nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater, 5238 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, 5271 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, 5283 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflate [all...] |
/third_party/nghttp2/src/ |
H A D | deflatehd.cc | 79 static void output_to_json(nghttp2_hd_deflater *deflater, const uint8_t *buf, in output_to_json() 113 static void deflate_hd(nghttp2_hd_deflater *deflater, in deflate_hd() 132 static int deflate_hd_json(json_t *obj, nghttp2_hd_deflater *deflater, in deflate_hd_json() 182 static nghttp2_hd_deflater *init_deflater() { in init_deflater() 183 nghttp2_hd_deflater *deflater; in init_deflater() 191 static void deinit_deflater(nghttp2_hd_deflater *deflater) { in deinit_deflater()
|
H A D | comp_helper.h | 40 json_t *dump_deflate_header_table(nghttp2_hd_deflater *deflater);
|
H A D | comp_helper.c | 34 json_t *dump_deflate_header_table(nghttp2_hd_deflater *deflater) { in dump_deflate_header_table()
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 40 static void deflate(nghttp2_hd_deflater *deflater, 49 nghttp2_hd_deflater *deflater; in main() 93 static void deflate(nghttp2_hd_deflater *deflater, in deflate()
|
/third_party/nghttp2/fuzz/ |
H A D | fuzz_frames.cc | 36 nghttp2_hd_deflater deflater; in check_frame_pack_headers() 96 nghttp2_hd_deflater deflater; in check_frame_push_promise()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_test_helper.h | 84 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, 88 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater,
|
H A D | failmalloc_test.c | 276 nghttp2_hd_deflater deflater; in run_nghttp2_session_recv() 395 nghttp2_hd_deflater deflater; in run_nghttp2_frame_pack_headers() 500 static int deflate_inflate(nghttp2_hd_deflater *deflater, in deflate_inflate() 523 nghttp2_hd_deflater deflater; in run_nghttp2_hd()
|
H A D | nghttp2_hd_test.c | 37 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate() 139 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate_same_indexed_repr() 661 nghttp2_hd_deflater deflater; in test_nghttp2_hd_ringbuf_reserve() 713 nghttp2_hd_deflater deflater; in test_nghttp2_hd_change_table_size() 975 static void check_deflate_inflate(nghttp2_hd_deflater *deflater, in check_deflate_inflate() 1003 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate_inflate() 1161 nghttp2_hd_deflater deflater; in test_nghttp2_hd_no_index() 1212 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate_bound() 1242 nghttp2_hd_deflater *deflater; in test_nghttp2_hd_public_api() 1284 nghttp2_hd_deflater *deflate in test_nghttp2_hd_deflate_hd_vec() [all...] |
H A D | nghttp2_test_helper.c | 216 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_headers() 234 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_push_promise()
|
H A D | nghttp2_frame_test.c | 72 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_headers() 169 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_headers_frame_too_large() 310 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_push_promise()
|
H A D | nghttp2_session_test.c | 681 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv() 793 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_invalid_stream_id() 840 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_invalid_frame() 1244 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_continuation() 1439 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_with_priority() 1693 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_early_response() 1760 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_for_closed_stream() 1844 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_with_extpri() 1945 nghttp2_hd_deflater deflater; in test_nghttp2_session_server_recv_push_response() 1994 nghttp2_hd_deflater deflate in test_nghttp2_session_recv_premature_headers() [all...] |