Home
last modified time | relevance | path

Searched refs:nghttp2_hd_inflater (Results 1 - 19 of 19) sorted by relevance

/third_party/nghttp2/examples/
H A Ddeflate.c41 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva,
44 static int inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in,
50 nghttp2_hd_inflater *inflater; in main()
94 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva, in deflate()
167 int inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in, in inflate_header_block()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5345 struct nghttp2_hd_inflater;
5352 typedef struct nghttp2_hd_inflater nghttp2_hd_inflater; typedef
5367 NGHTTP2_EXTERN int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr);
5384 NGHTTP2_EXTERN int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr,
5392 NGHTTP2_EXTERN void nghttp2_hd_inflate_del(nghttp2_hd_inflater *inflater);
5421 nghttp2_hd_inflate_change_table_size(nghttp2_hd_inflater *inflater,
5486 * int inflate_header_block(nghttp2_hd_inflater *hd_inflater,
5526 NGHTTP2_EXTERN ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater,
5574 * int inflate_header_block(nghttp2_hd_inflater *hd_inflate
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5329 struct nghttp2_hd_inflater;
5336 typedef struct nghttp2_hd_inflater nghttp2_hd_inflater; typedef
5351 NGHTTP2_EXTERN int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr);
5368 NGHTTP2_EXTERN int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr,
5376 NGHTTP2_EXTERN void nghttp2_hd_inflate_del(nghttp2_hd_inflater *inflater);
5405 nghttp2_hd_inflate_change_table_size(nghttp2_hd_inflater *inflater,
5470 * int inflate_header_block(nghttp2_hd_inflater *hd_inflater,
5510 NGHTTP2_EXTERN ssize_t nghttp2_hd_inflate_hd(nghttp2_hd_inflater *inflater,
5558 * int inflate_header_block(nghttp2_hd_inflater *hd_inflate
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h232 struct nghttp2_hd_inflater { struct
347 int nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem);
352 void nghttp2_hd_inflate_free(nghttp2_hd_inflater *inflater);
360 ssize_t nghttp2_hd_inflate_hd_nv(nghttp2_hd_inflater *inflater,
H A Dnghttp2_hd.c725 int nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem) { in nghttp2_hd_inflate_init()
761 static void hd_inflate_keep_free(nghttp2_hd_inflater *inflater) { in hd_inflate_keep_free()
773 void nghttp2_hd_inflate_free(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_free()
1262 nghttp2_hd_inflater *inflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_inflate_change_table_size()
1628 static void hd_inflate_set_huffman_encoded(nghttp2_hd_inflater *inflater, in hd_inflate_set_huffman_encoded()
1646 static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin, in hd_inflate_read_len()
1687 static ssize_t hd_inflate_read_huff(nghttp2_hd_inflater *inflater, in hd_inflate_read_huff()
1724 static ssize_t hd_inflate_read(nghttp2_hd_inflater *inflater, nghttp2_buf *buf, in hd_inflate_read()
1738 static void hd_inflate_commit_indexed(nghttp2_hd_inflater *inflater, in hd_inflate_commit_indexed()
1756 static int hd_inflate_commit_newname(nghttp2_hd_inflater *inflate
[all...]
H A Dnghttp2_session.h227 nghttp2_hd_inflater hd_inflater;
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h232 struct nghttp2_hd_inflater { struct
347 int nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem);
352 void nghttp2_hd_inflate_free(nghttp2_hd_inflater *inflater);
360 ssize_t nghttp2_hd_inflate_hd_nv(nghttp2_hd_inflater *inflater,
H A Dnghttp2_hd.c725 int nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem) { in nghttp2_hd_inflate_init()
761 static void hd_inflate_keep_free(nghttp2_hd_inflater *inflater) { in hd_inflate_keep_free()
773 void nghttp2_hd_inflate_free(nghttp2_hd_inflater *inflater) { in nghttp2_hd_inflate_free()
1262 nghttp2_hd_inflater *inflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_inflate_change_table_size()
1628 static void hd_inflate_set_huffman_encoded(nghttp2_hd_inflater *inflater, in hd_inflate_set_huffman_encoded()
1646 static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater, int *rfin, in hd_inflate_read_len()
1687 static ssize_t hd_inflate_read_huff(nghttp2_hd_inflater *inflater, in hd_inflate_read_huff()
1724 static ssize_t hd_inflate_read(nghttp2_hd_inflater *inflater, nghttp2_buf *buf, in hd_inflate_read()
1738 static void hd_inflate_commit_indexed(nghttp2_hd_inflater *inflater, in hd_inflate_commit_indexed()
1756 static int hd_inflate_commit_newname(nghttp2_hd_inflater *inflate
[all...]
H A Dnghttp2_session.h223 nghttp2_hd_inflater hd_inflater;
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.c38 nghttp2_hd_inflater inflater; in test_nghttp2_hd_deflate()
140 nghttp2_hd_inflater inflater; in test_nghttp2_hd_deflate_same_indexed_repr()
192 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_indexed()
233 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_indname_noinc()
273 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_indname_inc()
310 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_indname_inc_eviction()
362 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_newname_noinc()
404 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_newname_inc()
440 nghttp2_hd_inflater inflater; in test_nghttp2_hd_inflate_clearall_inc()
512 nghttp2_hd_inflater inflate in test_nghttp2_hd_inflate_zero_length_huffman()
[all...]
H A Dfailmalloc_test.c396 nghttp2_hd_inflater inflater; in run_nghttp2_frame_pack_headers()
501 nghttp2_hd_inflater *inflater, nghttp2_bufs *bufs, in deflate_inflate()
524 nghttp2_hd_inflater inflater; in run_nghttp2_hd()
H A Dnghttp2_test_helper.h81 ssize_t inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out,
H A Dnghttp2_frame_test.c73 nghttp2_hd_inflater inflater; in test_nghttp2_frame_pack_headers()
311 nghttp2_hd_inflater inflater; in test_nghttp2_frame_pack_push_promise()
H A Dnghttp2_test_helper.c158 ssize_t inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out, in inflate_hd()
H A Dnghttp2_session_test.c5495 nghttp2_hd_inflater inflater; in test_nghttp2_submit_request_without_data()
5595 nghttp2_hd_inflater inflater; in test_nghttp2_submit_response_without_data()
5670 nghttp2_hd_inflater inflater; in test_nghttp2_submit_trailer()
5845 nghttp2_hd_inflater inflater; in test_nghttp2_submit_headers()
/third_party/nghttp2/src/
H A Dinflatehd.cc74 static void to_json(nghttp2_hd_inflater *inflater, json_t *headers, in to_json()
95 static int inflate_hd(json_t *obj, nghttp2_hd_inflater *inflater, int seq) { in inflate_hd()
174 nghttp2_hd_inflater *inflater = nullptr; in perform()
H A Dcomp_helper.h42 json_t *dump_inflate_header_table(nghttp2_hd_inflater *inflater);
H A Dcomp_helper.c66 json_t *dump_inflate_header_table(nghttp2_hd_inflater *inflater) { in dump_inflate_header_table()
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc37 nghttp2_hd_inflater inflater; in check_frame_pack_headers()
97 nghttp2_hd_inflater inflater; in check_frame_push_promise()

Completed in 40 milliseconds