Home
last modified time | relevance | path

Searched refs:NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_hd.h39 #define NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE NGHTTP2_DEFAULT_HEADER_TABLE_SIZE macro
H A Dnghttp2_hd.c678 context->hd_table_bufsize_max = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in hd_context_init()
712 if (max_deflate_dynamic_table_size < NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE) { in nghttp2_hd_deflate_init2()
733 inflater->settings_hd_table_bufsize_max = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in nghttp2_hd_inflate_init()
H A Dnghttp2_session.c397 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h39 #define NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE NGHTTP2_DEFAULT_HEADER_TABLE_SIZE macro
H A Dnghttp2_hd.c678 context->hd_table_bufsize_max = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in hd_context_init()
712 if (max_deflate_dynamic_table_size < NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE) { in nghttp2_hd_deflate_init2()
733 inflater->settings_hd_table_bufsize_max = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in nghttp2_hd_inflate_init()
H A Dnghttp2_session.c397 settings->header_table_size = NGHTTP2_HD_DEFAULT_MAX_BUFFER_SIZE; in init_settings()

Completed in 24 milliseconds