Searched refs:deflater (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd.c | 1287 hd_context_shrink_table_size(&deflater->ctx, &deflater->map); in nghttp2_hd_deflate_change_table_size() 1390 mem = deflater->ctx.mem; in deflate_nv() 1453 rv = add_hd_table_incremental(&deflater->ctx, &hd_nv, &deflater->map, in deflate_nv() 1482 if (deflater->ctx.bad) { in nghttp2_hd_deflate_hd_bufs() 1522 deflater->ctx.bad = 1; in nghttp2_hd_deflate_hd_bufs() 1533 mem = deflater->ctx.mem; in nghttp2_hd_deflate_hd() 1567 mem = deflater->ctx.mem; in nghttp2_hd_deflate_hd_vec() 1597 (void)deflater; in nghttp2_hd_deflate_bound() 1640 if (deflater == NULL) { in nghttp2_hd_deflate_new2() 1652 *deflater_ptr = deflater; in nghttp2_hd_deflate_new2() [all …]
|
A D | nghttp2_hd.h | 288 int nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem); 303 int nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, 310 void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater); 332 int nghttp2_hd_deflate_hd_bufs(nghttp2_hd_deflater *deflater,
|
A D | nghttp2.h | 4720 NGHTTP2_EXTERN void nghttp2_hd_deflate_del(nghttp2_hd_deflater *deflater); 4746 nghttp2_hd_deflater *deflater, size_t settings_max_dynamic_table_size); 4775 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd(nghttp2_hd_deflater *deflater, 4807 NGHTTP2_EXTERN ssize_t nghttp2_hd_deflate_hd_vec(nghttp2_hd_deflater *deflater, 4819 NGHTTP2_EXTERN size_t nghttp2_hd_deflate_bound(nghttp2_hd_deflater *deflater, 4831 size_t nghttp2_hd_deflate_get_num_table_entries(nghttp2_hd_deflater *deflater); 4845 nghttp2_hd_deflater *deflater, size_t idx); 4854 size_t nghttp2_hd_deflate_get_dynamic_table_size(nghttp2_hd_deflater *deflater); 4863 nghttp2_hd_deflater *deflater);
|
A D | nghttp2_frame.h | 138 nghttp2_hd_deflater *deflater); 260 nghttp2_hd_deflater *deflater);
|
A D | nghttp2_frame.c | 345 nghttp2_hd_deflater *deflater) in nghttp2_frame_pack_headers() argument 361 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, frame->nva, frame->nvlen); in nghttp2_frame_pack_headers() 556 nghttp2_hd_deflater *deflater) in nghttp2_frame_pack_push_promise() argument 570 rv = nghttp2_hd_deflate_hd_bufs(deflater, bufs, frame->nva, frame->nvlen); in nghttp2_frame_pack_push_promise()
|
Completed in 17 milliseconds