Home
last modified time | relevance | path

Searched refs:nghttp2_hd_deflater (Results 1 – 25 of 25) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd.h219 struct nghttp2_hd_deflater { struct
289 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem);
304 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater,
311 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater);
333 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater,
Dnghttp2_hd.c691 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) { in nghttp2_hd_deflate_init()
696 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2()
764 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater) { in nghttp2_hd_deflate_free()
1241 nghttp2_hd_deflater *deflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_deflate_change_table_size()
1321 static int hd_deflate_decide_indexing(nghttp2_hd_deflater *deflater, in hd_deflate_decide_indexing()
1336 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1434 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_bufs()
1485 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd()
1517 ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_vec()
1550 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound()
[all …]
Dnghttp2_frame.h139 nghttp2_hd_deflater *deflater);
261 nghttp2_hd_deflater *deflater);
Dnghttp2_session.h207 nghttp2_hd_deflater hd_deflater;
Dnghttp2_frame.c337 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_headers()
537 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_push_promise()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.h219 struct nghttp2_hd_deflater { struct
289 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem);
304 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater,
311 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater);
333 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater,
Dnghttp2_hd.c691 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) { in nghttp2_hd_deflate_init()
696 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_init2()
764 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater) { in nghttp2_hd_deflate_free()
1241 nghttp2_hd_deflater *deflater, size_t settings_max_dynamic_table_size) { in nghttp2_hd_deflate_change_table_size()
1321 static int hd_deflate_decide_indexing(nghttp2_hd_deflater *deflater, in hd_deflate_decide_indexing()
1336 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1434 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_bufs()
1485 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, uint8_t *buf, in nghttp2_hd_deflate_hd()
1517 ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_hd_vec()
1550 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, in nghttp2_hd_deflate_bound()
[all …]
Dnghttp2_frame.h139 nghttp2_hd_deflater *deflater);
261 nghttp2_hd_deflater *deflater);
Dnghttp2_session.h207 nghttp2_hd_deflater hd_deflater;
Dnghttp2_frame.c337 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_headers()
537 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_push_promise()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4812 struct nghttp2_hd_deflater;
4819 typedef struct nghttp2_hd_deflater nghttp2_hd_deflater; typedef
4838 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr,
4857 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr,
4866 NGHTTP2_EXTERN void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater);
4892 nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater,
4922 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
4954 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater,
4966 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater,
4978 size_t nghttp2_hd_deflate_get_num_table_entries(nghttp2_hd_deflater *deflater);
[all …]
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4854 struct nghttp2_hd_deflater;
4861 typedef struct nghttp2_hd_deflater nghttp2_hd_deflater; typedef
4880 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr,
4899 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr,
4908 NGHTTP2_EXTERN void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater);
4934 nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater,
4964 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
4997 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater,
5009 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater,
5021 size_t nghttp2_hd_deflate_get_num_table_entries(nghttp2_hd_deflater *deflater);
[all …]
/third_party/nghttp2/python/
Dcnghttp2.pxd295 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr,
298 void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater)
300 int nghttp2_hd_deflate_change_table_size(nghttp2_hd_deflater *deflater,
303 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
307 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater,
328 ctypedef struct nghttp2_hd_deflater:
334 size_t nghttp2_hd_deflate_get_num_table_entries(nghttp2_hd_deflater *deflater)
336 const nghttp2_nv * nghttp2_hd_deflate_get_table_entry(nghttp2_hd_deflater *deflater, size_t idx)
Dnghttp2.pyx73 cdef cnghttp2.nghttp2_hd_deflater *_deflater
/third_party/nghttp2/src/
Ddeflatehd.cc78 static void output_to_json(nghttp2_hd_deflater *deflater, const uint8_t *buf, in output_to_json()
112 static void deflate_hd(nghttp2_hd_deflater *deflater, in deflate_hd()
131 static int deflate_hd_json(json_t *obj, nghttp2_hd_deflater *deflater, in deflate_hd_json()
181 static nghttp2_hd_deflater *init_deflater() { in init_deflater()
182 nghttp2_hd_deflater *deflater; in init_deflater()
190 static void deinit_deflater(nghttp2_hd_deflater *deflater) { in deinit_deflater()
Dcomp_helper.h40 json_t *dump_deflate_header_table(nghttp2_hd_deflater *deflater);
Dcomp_helper.c34 json_t *dump_deflate_header_table(nghttp2_hd_deflater *deflater) { in dump_deflate_header_table()
/third_party/nghttp2/doc/sources/
Dtutorial-hpack.rst13 First we need to initialize a :type:`nghttp2_hd_deflater` object using
16 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr,
19 This function allocates a :type:`nghttp2_hd_deflater` object,
29 ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater,
54 size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater,
69 To delete a :type:`nghttp2_hd_deflater` object, use the
/third_party/nghttp2/examples/
Ddeflate.c40 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/tests/
Dfailmalloc_test.c276 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()
Dnghttp2_test_helper.h84 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater,
88 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater,
Dnghttp2_hd_test.c37 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 *deflater; in test_nghttp2_hd_deflate_hd_vec()
Dnghttp2_frame_test.c72 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_headers()
169 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_headers_frame_too_large()
315 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_push_promise()
Dnghttp2_test_helper.c212 int pack_headers(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_headers()
230 int pack_push_promise(nghttp2_bufs *bufs, nghttp2_hd_deflater *deflater, in pack_push_promise()
Dnghttp2_session_test.c672 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv()
788 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_invalid_stream_id()
835 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_invalid_frame()
1239 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_continuation()
1435 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_with_priority()
1689 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_early_response()
1756 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_for_closed_stream()
1840 nghttp2_hd_deflater deflater; in test_nghttp2_session_server_recv_push_response()
1889 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_premature_headers()
2689 nghttp2_hd_deflater deflater; in test_nghttp2_session_continue()
[all …]