Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.cc246 option_(nullptr), in Sessions()
254 nghttp2_option_new(&option_); in Sessions()
258 option_, config_->encoder_header_table_size); in Sessions()
269 nghttp2_option_del(option_); in ~Sessions()
307 const nghttp2_option *get_option() const { return option_; } in get_option()
433 nghttp2_option *option_; member in nghttp2::Sessions