Home
last modified time | relevance | path

Searched refs:nghttp2_option_set_max_settings (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_option.c129 void nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) { in nghttp2_option_set_max_settings() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_option.c129 void nghttp2_option_set_max_settings(nghttp2_option *option, size_t val) { in nghttp2_option_set_max_settings() function
/third_party/nghttp2/doc/
DMakefile.am78 nghttp2_option_set_max_settings.rst \
DCMakeLists.txt45 nghttp2_option_set_max_settings.rst
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2726 NGHTTP2_EXTERN void nghttp2_option_set_max_settings(nghttp2_option *option,
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2731 NGHTTP2_EXTERN void nghttp2_option_set_max_settings(nghttp2_option *option,
/third_party/node/src/
Dnode_http2.cc205 nghttp2_option_set_max_settings( in Http2Options()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c11368 nghttp2_option_set_max_settings(option, 1); in test_nghttp2_session_too_many_settings()