Lines Matching refs:get_config
120 auto config = hd->get_config(); in stream_timeout_cb()
282 const Config *get_config() const { return config_; } in get_config() function in nghttp2::Sessions
453 auto config = handler->get_config();
482 if (hd->get_config()->verbose) { in on_session_closed()
640 if (get_config()->hexdump) { in read_clear()
717 if (sessions_->get_config()->verbose) { in tls_handshake()
732 if (sessions_->get_config()->verbose) { in tls_handshake()
763 if (get_config()->hexdump) { in read_tls()
842 auto config = sessions_->get_config(); in connection_made()
892 if (sessions_->get_config()->verbose) { in verify_npn_result()
907 if (sessions_->get_config()->verbose) { in verify_npn_result()
927 if (!get_config()->no_content_length) { in submit_file_response()
939 auto &trailer_names = get_config()->trailer_names; in submit_file_response()
957 auto &trailer_names = get_config()->trailer_names; in submit_response()
980 auto &trailer_names = get_config()->trailer_names; in submit_response()
1005 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise()
1065 const Config *Http2Handler::get_config() const { in get_config() function in nghttp2::Http2Handler
1066 return sessions_->get_config(); in get_config()
1092 auto config = hd->get_config(); in file_read_callback()
1163 if (!hd->get_config()->no_content_length) { in prepare_echo_response()
1271 if (!hd->get_config()->push.empty()) { in prepare_response()
1272 auto push_itr = hd->get_config()->push.find(path.str()); in prepare_response()
1273 if (allow_push && push_itr != std::end(hd->get_config()->push)) { in prepare_response()
1286 auto len = hd->get_config()->htdocs.size() + path.size(); in prepare_response()
1297 auto &htdocs = hd->get_config()->htdocs; in prepare_response()
1349 const auto &mime_types = hd->get_config()->mime_types; in prepare_response()
1398 if (hd->get_config()->verbose) { in on_header_callback2()
1489 if (hd->get_config()->verbose) { in hd_on_frame_recv_callback()
1503 if (stream->echo_upload || !hd->get_config()->early_response) { in hd_on_frame_recv_callback()
1527 if (hd->get_config()->echo_upload && in hd_on_frame_recv_callback()
1534 } else if (hd->get_config()->early_response) { in hd_on_frame_recv_callback()
1541 if (stream->echo_upload || !hd->get_config()->early_response) { in hd_on_frame_recv_callback()
1567 if (hd->get_config()->verbose) { in hd_on_frame_send_callback()
1681 return std::min(max_payload, frame->hd.length + hd->get_config()->padding); in select_padding_callback()
1724 if (hd->get_config()->verbose) { in on_stream_close_callback()
2084 auto config = static_cast<HttpServer *>(arg)->get_config(); in alpn_select_proto_cb()
2231 const Config *HttpServer::get_config() const { return config_; } in get_config() function in nghttp2::HttpServer