Home
last modified time | relevance | path

Searched refs:shrpx (Results 1 - 25 of 111) sorted by relevance

12345

/third_party/nghttp2/src/
H A Dshrpx-unittest.cc60 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 in main()
[all...]
H A Dshrpx_log.h28 #include "shrpx.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
86 namespace shrpx { global() namespace
[all...]
H A Dshrpx_http3_upstream.cc50 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 in init()
[all...]
H A Dshrpx_router_test.h32 namespace shrpx { namespace
38 } // namespace shrpx
H A Dshrpx_worker_test.h32 namespace shrpx { namespace
36 } // namespace shrpx
H A Dshrpx_process.h28 #include "shrpx.h"
30 namespace shrpx { namespace
35 } // namespace shrpx
H A Dshrpx_mruby_module_env.h28 #include "shrpx.h"
32 namespace shrpx { namespace
40 } // namespace shrpx
H A Dshrpx_tls_test.h32 namespace shrpx { namespace
40 } // namespace shrpx
H A Dshrpx_config_test.h32 namespace shrpx { namespace
40 } // namespace shrpx
H A Dshrpx_error.h28 #include "shrpx.h"
30 namespace shrpx { namespace
45 } // namespace shrpx
H A Dshrpx_downstream_test.h32 namespace shrpx { namespace
42 } // namespace shrpx
H A Dshrpx_exec.h30 namespace shrpx { namespace
45 } // namespace shrpx
H A Dshrpx_http_test.h32 namespace shrpx { namespace
40 } // namespace shrpx
H A Dshrpx_mruby_module_response.h28 #include "shrpx.h"
32 namespace shrpx { namespace
40 } // namespace shrpx
H A Dshrpx_mruby_module_request.h28 #include "shrpx.h"
32 namespace shrpx { namespace
40 } // namespace shrpx
H A Dhttp2_test.h32 namespace shrpx { namespace
52 } // namespace shrpx
H A Dshrpx_downstream_connection.cc31 namespace shrpx { namespace
48 } // namespace shrpx
H A Dshrpx_mruby_module.h28 #include "shrpx.h"
36 namespace shrpx { namespace
50 } // namespace shrpx
H A Dshrpx_quic_listener.h28 #include "shrpx.h"
32 namespace shrpx { namespace
49 } // namespace shrpx
H A Dshrpx_downstream_connection_pool.h28 #include "shrpx.h"
33 namespace shrpx { namespace
51 } // namespace shrpx
H A Dshrpx_memcached_request.h28 #include "shrpx.h"
36 namespace shrpx { namespace
57 } // namespace shrpx
H A Dshrpx_memcached_result.h28 #include "shrpx.h"
32 namespace shrpx { namespace
48 } // namespace shrpx
H A Dshrpx_signal.h28 #include "shrpx.h"
32 namespace shrpx { namespace
58 } // namespace shrpx
H A Dshrpx_accept_handler.h28 #include "shrpx.h"
32 namespace shrpx { namespace
52 } // namespace shrpx
H A Dshrpx_dual_dns_resolver.h28 #include "shrpx.h"
36 namespace shrpx { namespace
67 } // namespace shrpx

Completed in 8 milliseconds

12345