Home
last modified time | relevance | path

Searched refs:shrpx (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/nghttp2/src/
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()
80 !CU_add_test(pSuite, "http2_add_header", shrpx::test_http2_add_header) || in main()
81 !CU_add_test(pSuite, "http2_get_header", shrpx::test_http2_get_header) || in main()
83 shrpx::test_http2_copy_headers_to_nva) || in main()
85 shrpx::test_http2_build_http1_headers_from_headers) || in main()
86 !CU_add_test(pSuite, "http2_lws", shrpx::test_http2_lws) || in main()
88 shrpx::test_http2_rewrite_location_uri) || in main()
[all …]
Dshrpx_log.h46 #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 …]
DMakefile.am160 nghttpx_SOURCES = shrpx.cc shrpx.h
177 nghttpx_unittest_SOURCES = shrpx-unittest.cc \
Dshrpx_worker_test.h32 namespace shrpx {
Dshrpx_router_test.h32 namespace shrpx {
Dshrpx_tls_test.h32 namespace shrpx {
Dshrpx_http_test.h32 namespace shrpx {
Dshrpx_config_test.h32 namespace shrpx {
Dshrpx_process.h30 namespace shrpx {
Dshrpx_mruby_module_env.h32 namespace shrpx {
Dshrpx_mruby_module_request.h32 namespace shrpx {
Dshrpx_mruby_module_response.h32 namespace shrpx {
Dshrpx_downstream_test.h32 namespace shrpx {
Dshrpx_exec.h30 namespace shrpx {
Dshrpx_worker_process.h30 namespace shrpx {
Dshrpx_error.h30 namespace shrpx {
Dhttp2_test.h32 namespace shrpx {
Dshrpx_downstream_connection.cc31 namespace shrpx { namespace
Dshrpx_io_control.h37 namespace shrpx {
Dshrpx_mruby_module.h36 namespace shrpx {
Dshrpx_accept_handler.h32 namespace shrpx {
Dshrpx_signal.h32 namespace shrpx {
Dshrpx_downstream_connection_pool.h33 namespace shrpx {
Dshrpx_dual_dns_resolver.h36 namespace shrpx {
Dshrpx_memcached_request.h36 namespace shrpx {

12345