Home
last modified time | relevance | path

Searched refs:hd_inflater (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.h227 nghttp2_hd_inflater hd_inflater; member
H A Dnghttp2_session.c599 rv = nghttp2_hd_inflate_init(&(*session_ptr)->hd_inflater, mem); in session_new()
654 nghttp2_hd_inflate_free(&(*session_ptr)->hd_inflater); in session_new()
831 nghttp2_hd_inflate_free(&session->hd_inflater); in nghttp2_session_del()
3900 proclen = nghttp2_hd_inflate_hd_nv(&session->hd_inflater, &nv, in inflate_header_block()
4006 nghttp2_hd_inflate_end_headers(&session->hd_inflater); in inflate_header_block()
4677 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
4684 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
6810 session->hd_inflater.ctx.bad = 1; in nghttp2_session_mem_recv()
8334 return nghttp2_hd_inflate_get_dynamic_table_size(&session->hd_inflater); in nghttp2_session_get_hd_inflate_dynamic_table_size()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.h223 nghttp2_hd_inflater hd_inflater; member
H A Dnghttp2_session.c594 rv = nghttp2_hd_inflate_init(&(*session_ptr)->hd_inflater, mem); in session_new()
649 nghttp2_hd_inflate_free(&(*session_ptr)->hd_inflater); in session_new()
826 nghttp2_hd_inflate_free(&session->hd_inflater); in nghttp2_session_del()
3895 proclen = nghttp2_hd_inflate_hd_nv(&session->hd_inflater, &nv, in inflate_header_block()
4001 nghttp2_hd_inflate_end_headers(&session->hd_inflater); in inflate_header_block()
4672 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
4679 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
6803 session->hd_inflater.ctx.bad = 1; in nghttp2_session_mem_recv()
8323 return nghttp2_hd_inflate_get_dynamic_table_size(&session->hd_inflater); in nghttp2_session_get_hd_inflate_dynamic_table_size()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c6141 CU_ASSERT(111 == session->hd_inflater.ctx.hd_table_bufsize_max); in test_nghttp2_submit_settings()
6142 CU_ASSERT(111 == session->hd_inflater.min_hd_table_bufsize_max); in test_nghttp2_submit_settings()

Completed in 34 milliseconds