• Home
  • Raw
  • Download

Lines Matching refs:get_config

129   auto config = hd->get_config();  in stream_timeout_cb()
293 const Config *get_config() const { return config_; } in get_config() function in nghttp2::Sessions
464 auto config = handler->get_config();
493 if (hd->get_config()->verbose) { in on_session_closed()
651 if (get_config()->hexdump) { in read_clear()
728 if (sessions_->get_config()->verbose) { in tls_handshake()
743 if (sessions_->get_config()->verbose) { in tls_handshake()
774 if (get_config()->hexdump) { in read_tls()
853 auto config = sessions_->get_config(); in connection_made()
909 if (sessions_->get_config()->verbose) { in verify_npn_result()
924 if (sessions_->get_config()->verbose) { in verify_npn_result()
944 if (!get_config()->no_content_length) { in submit_file_response()
956 auto &trailer_names = get_config()->trailer_names; in submit_file_response()
974 auto &trailer_names = get_config()->trailer_names; in submit_response()
997 auto &trailer_names = get_config()->trailer_names; in submit_response()
1022 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise()
1082 const Config *Http2Handler::get_config() const { in get_config() function in nghttp2::Http2Handler
1083 return sessions_->get_config(); in get_config()
1109 auto config = hd->get_config(); in file_read_callback()
1180 if (!hd->get_config()->no_content_length) { in prepare_echo_response()
1288 if (!hd->get_config()->push.empty()) { in prepare_response()
1289 auto push_itr = hd->get_config()->push.find(path.str()); in prepare_response()
1290 if (allow_push && push_itr != std::end(hd->get_config()->push)) { in prepare_response()
1303 auto len = hd->get_config()->htdocs.size() + path.size(); in prepare_response()
1314 auto &htdocs = hd->get_config()->htdocs; in prepare_response()
1366 const auto &mime_types = hd->get_config()->mime_types; in prepare_response()
1415 if (hd->get_config()->verbose) { in on_header_callback2()
1506 if (hd->get_config()->verbose) { in hd_on_frame_recv_callback()
1520 if (stream->echo_upload || !hd->get_config()->early_response) { in hd_on_frame_recv_callback()
1544 if (hd->get_config()->echo_upload && in hd_on_frame_recv_callback()
1551 } else if (hd->get_config()->early_response) { in hd_on_frame_recv_callback()
1558 if (stream->echo_upload || !hd->get_config()->early_response) { in hd_on_frame_recv_callback()
1584 if (hd->get_config()->verbose) { in hd_on_frame_send_callback()
1698 return std::min(max_payload, frame->hd.length + hd->get_config()->padding); in select_padding_callback()
1741 if (hd->get_config()->verbose) { in on_stream_close_callback()
2101 auto config = static_cast<HttpServer *>(arg)->get_config(); in alpn_select_proto_cb()
2270 const Config *HttpServer::get_config() const { return config_; } in get_config() function in nghttp2::HttpServer