Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_session.h208 nghttp2_hd_inflater hd_inflater; member
Dnghttp2_session.c537 rv = nghttp2_hd_inflate_init(&(*session_ptr)->hd_inflater, mem); in session_new()
592 nghttp2_hd_inflate_free(&(*session_ptr)->hd_inflater); in session_new()
765 nghttp2_hd_inflate_free(&session->hd_inflater); in nghttp2_session_del()
3602 proclen = nghttp2_hd_inflate_hd_nv(&session->hd_inflater, &nv, in inflate_header_block()
3708 nghttp2_hd_inflate_end_headers(&session->hd_inflater); in inflate_header_block()
4342 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
4349 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
6305 session->hd_inflater.ctx.bad = 1; in nghttp2_session_mem_recv()
7789 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/
Dnghttp2_session.h208 nghttp2_hd_inflater hd_inflater; member
Dnghttp2_session.c537 rv = nghttp2_hd_inflate_init(&(*session_ptr)->hd_inflater, mem); in session_new()
592 nghttp2_hd_inflate_free(&(*session_ptr)->hd_inflater); in session_new()
765 nghttp2_hd_inflate_free(&session->hd_inflater); in nghttp2_session_del()
3602 proclen = nghttp2_hd_inflate_hd_nv(&session->hd_inflater, &nv, in inflate_header_block()
3708 nghttp2_hd_inflate_end_headers(&session->hd_inflater); in inflate_header_block()
4342 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
4349 rv = nghttp2_hd_inflate_change_table_size(&session->hd_inflater, in nghttp2_session_update_local_settings()
6305 session->hd_inflater.ctx.bad = 1; in nghttp2_session_mem_recv()
7789 return nghttp2_hd_inflate_get_dynamic_table_size(&session->hd_inflater); in nghttp2_session_get_hd_inflate_dynamic_table_size()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c5723 CU_ASSERT(1023 == session->hd_inflater.ctx.hd_table_bufsize_max); in test_nghttp2_submit_settings()
5724 CU_ASSERT(111 == session->hd_inflater.min_hd_table_bufsize_max); in test_nghttp2_submit_settings()