Searched refs:shrpx (Results 1 – 25 of 113) sorted by relevance
12345
/third_party/nghttp2/src/ |
D | shrpx-unittest.cc | 60 shrpx::create_config(); in main() 75 shrpx::test_shrpx_tls_create_lookup_tree) || in main() 77 shrpx::test_shrpx_tls_cert_lookup_tree_add_ssl_ctx) || in main() 79 shrpx::test_shrpx_tls_tls_hostname_match) || in main() 81 shrpx::test_shrpx_tls_verify_numeric_hostname) || in main() 83 shrpx::test_shrpx_tls_verify_dns_hostname) || in main() 84 !CU_add_test(pSuite, "http2_add_header", shrpx::test_http2_add_header) || in main() 85 !CU_add_test(pSuite, "http2_get_header", shrpx::test_http2_get_header) || in main() 87 shrpx::test_http2_copy_headers_to_nva) || in main() 89 shrpx::test_http2_build_http1_headers_from_headers) || in main() [all …]
|
D | shrpx_log.h | 46 #define LOG_ENABLED(SEVERITY) (ENABLE_LOG && shrpx::Log::log_enabled(SEVERITY)) 48 #define LOG(SEVERITY) shrpx::Log(SEVERITY, __FILE__, __LINE__) 52 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[LISTEN:" << LISTEN << "] ") 56 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[WORKER:" << WORKER << "] ") 60 (shrpx::Log(SEVERITY, __FILE__, __LINE__) \ 65 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[UPSTREAM:" << UPSTREAM \ 71 (shrpx::Log(SEVERITY, __FILE__, __LINE__) \ 76 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[DCONN:" << DCONN << "] ") 80 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[DHTTP2:" << HTTP2 << "] ") 84 (shrpx::Log(SEVERITY, __FILE__, __LINE__) << "[MCONN:" << MCONN << "] ") [all …]
|
D | shrpx_http3_upstream.cc | 50 namespace shrpx { namespace 125 conn->conn_ref.get_conn = shrpx::get_conn; 582 shrpx::handshake_completed, in init() 587 shrpx::recv_stream_data, in init() 588 shrpx::acked_stream_data_offset, in init() 590 shrpx::stream_close, in init() 599 shrpx::path_validation, in init() 601 shrpx::stream_reset, in init() 602 shrpx::extend_max_remote_streams_bidi, in init() 604 shrpx::extend_max_stream_data, in init() [all …]
|
D | Makefile.am | 191 nghttpx_SOURCES = shrpx.cc shrpx.h 208 nghttpx_unittest_SOURCES = shrpx-unittest.cc \
|
D | shrpx_downstream.cc | 46 namespace shrpx { namespace 537 shrpx::add_header(buffer_size_, headers_, name, value, no_index, token); in add_header_token() 548 shrpx::append_last_header_key(balloc_, header_key_prev_, buffer_size_, in append_last_header_key() 553 shrpx::append_last_header_value(balloc_, header_key_prev_, buffer_size_, in append_last_header_value() 567 shrpx::add_header(buffer_size_, trailers_, name, value, no_index, token); in add_trailer_token() 578 shrpx::append_last_header_key(balloc_, trailer_key_prev_, buffer_size_, in append_last_trailer_key() 583 shrpx::append_last_header_value(balloc_, trailer_key_prev_, buffer_size_, in append_last_trailer_value()
|
D | shrpx_worker_test.h | 32 namespace shrpx {
|
D | shrpx_router_test.h | 32 namespace shrpx {
|
D | shrpx_http_test.h | 32 namespace shrpx {
|
D | shrpx_tls_test.h | 32 namespace shrpx {
|
D | shrpx_process.h | 30 namespace shrpx {
|
D | shrpx_config_test.h | 32 namespace shrpx {
|
D | shrpx_mruby_module_request.h | 32 namespace shrpx {
|
D | shrpx_mruby_module_response.h | 32 namespace shrpx {
|
D | shrpx_mruby_module_env.h | 32 namespace shrpx {
|
D | shrpx_downstream_test.h | 32 namespace shrpx {
|
D | shrpx_exec.h | 30 namespace shrpx {
|
D | shrpx_error.h | 30 namespace shrpx {
|
D | http2_test.h | 32 namespace shrpx {
|
D | shrpx_downstream_connection.cc | 31 namespace shrpx { namespace
|
D | shrpx_quic_listener.h | 32 namespace shrpx {
|
D | shrpx_mruby_module.h | 36 namespace shrpx {
|
D | shrpx_io_control.h | 37 namespace shrpx {
|
D | shrpx_signal.h | 32 namespace shrpx {
|
D | shrpx_accept_handler.h | 32 namespace shrpx {
|
D | shrpx_worker_process.h | 38 namespace shrpx {
|
12345