/third_party/nghttp2/src/ |
D | deflatehd.cc | 78 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() 182 nghttp2_hd_deflater *deflater; in init_deflater() local 190 static void deinit_deflater(nghttp2_hd_deflater *deflater) { in deinit_deflater() 216 auto deflater = init_deflater(); in perform() local 243 auto deflater = init_deflater(); in perform_from_http1text() local
|
D | comp_helper.c | 34 json_t *dump_deflate_header_table(nghttp2_hd_deflater *deflater) { in dump_deflate_header_table()
|
/third_party/nghttp2/tests/ |
D | nghttp2_hd_test.c | 37 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate() local 139 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate_same_indexed_repr() local 661 nghttp2_hd_deflater deflater; in test_nghttp2_hd_ringbuf_reserve() local 713 nghttp2_hd_deflater deflater; in test_nghttp2_hd_change_table_size() local 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() local 1161 nghttp2_hd_deflater deflater; in test_nghttp2_hd_no_index() local 1212 nghttp2_hd_deflater deflater; in test_nghttp2_hd_deflate_bound() local 1242 nghttp2_hd_deflater *deflater; in test_nghttp2_hd_public_api() local 1284 nghttp2_hd_deflater *deflater; in test_nghttp2_hd_deflate_hd_vec() local
|
D | failmalloc_test.c | 276 nghttp2_hd_deflater deflater; in run_nghttp2_session_recv() local 395 nghttp2_hd_deflater deflater; in run_nghttp2_frame_pack_headers() local 500 static int deflate_inflate(nghttp2_hd_deflater *deflater, in deflate_inflate() 523 nghttp2_hd_deflater deflater; in run_nghttp2_hd() local
|
D | nghttp2_frame_test.c | 72 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_headers() local 169 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_headers_frame_too_large() local 315 nghttp2_hd_deflater deflater; in test_nghttp2_frame_pack_push_promise() local
|
D | nghttp2_session_test.c | 672 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv() local 788 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_invalid_stream_id() local 835 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_invalid_frame() local 1239 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_continuation() local 1435 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_with_priority() local 1689 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_early_response() local 1756 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_headers_for_closed_stream() local 1840 nghttp2_hd_deflater deflater; in test_nghttp2_session_server_recv_push_response() local 1889 nghttp2_hd_deflater deflater; in test_nghttp2_session_recv_premature_headers() local 2689 nghttp2_hd_deflater deflater; in test_nghttp2_session_continue() local [all …]
|
D | nghttp2_test_helper.c | 212 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()
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.c | 691 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 …]
|
D | nghttp2_frame.c | 337 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/ |
D | nghttp2_hd.c | 691 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 …]
|
D | nghttp2_frame.c | 337 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_headers() 537 nghttp2_hd_deflater *deflater) { in nghttp2_frame_pack_push_promise()
|
/third_party/nghttp2/examples/ |
D | deflate.c | 49 nghttp2_hd_deflater *deflater; in main() local 93 static void deflate(nghttp2_hd_deflater *deflater, in deflate()
|
/third_party/node/test/parallel/ |
D | test-zlib-brotli-flush.js | 9 const deflater = new zlib.BrotliCompress(); constant
|
D | test-zlib-params.js | 10 const deflater = zlib.createDeflate(opts); constant
|
D | test-zlib-flush.js | 10 const deflater = zlib.createDeflate(opts); constant
|
D | test-zlib-flush-drain.js | 13 const deflater = zlib.createDeflate(opts); constant
|
/third_party/libsoup/libsoup/ |
D | soup-websocket-extension-deflate.c | 61 Deflater deflater; member 281 deflater_reset (Deflater *deflater) in deflater_reset()
|