Home
last modified time | relevance | path

Searched refs:SHRPX_OPT_WRITE_BURST (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.h153 constexpr auto SHRPX_OPT_WRITE_BURST = StringRef::from_lit("write-burst"); variable
Dshrpx.cc4165 {SHRPX_OPT_WRITE_BURST.c_str(), required_argument, &flag, 37}, in main()
4597 cmdcfgs.emplace_back(SHRPX_OPT_WRITE_BURST, StringRef{optarg}); in main()