Home
last modified time | relevance | path

Searched refs:memcachedconf (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc260 auto &memcachedconf = config->tls.session_cache.memcached; in create_single_worker() local
261 if (memcachedconf.tls) { in create_single_worker()
266 tlsconf.cacert, memcachedconf.cert_file, in create_single_worker()
267 memcachedconf.private_key_file, nullptr); in create_single_worker()
361 auto &memcachedconf = config->tls.session_cache.memcached; in create_worker_thread() local
363 if (memcachedconf.tls) { in create_worker_thread()
368 tlsconf.cacert, memcachedconf.cert_file, in create_worker_thread()
369 memcachedconf.private_key_file, nullptr); in create_worker_thread()
933 auto &memcachedconf = config->tls.ticket.memcached; in create_tls_ticket_key_memcached_ssl_ctx() local
939 tlsconf.cacert, memcachedconf in create_tls_ticket_key_memcached_ssl_ctx()
[all...]
H A Dshrpx.cc1952 auto &memcachedconf = ticketconf.memcached; in fill_default_config() local
1953 memcachedconf.max_retry = 3; in fill_default_config()
1954 memcachedconf.max_fail = 2; in fill_default_config()
1955 memcachedconf.interval = 10_min; in fill_default_config()
1956 memcachedconf.family = AF_UNSPEC; in fill_default_config()
1961 auto &memcachedconf = session_cacheconf.memcached; in fill_default_config() local
1962 memcachedconf.family = AF_UNSPEC; in fill_default_config()
3838 auto &memcachedconf = tlsconf.session_cache.memcached; in process_options() local
3839 if (!memcachedconf.host.empty()) { in process_options()
3841 StringRef{memcachedconf in process_options()
3860 auto &memcachedconf = tlsconf.ticket.memcached; process_options() local
[all...]
H A Dshrpx_worker_process.cc492 auto &memcachedconf = ticketconf.memcached; in worker_process_event_loop() local
494 if (!memcachedconf.host.empty()) { in worker_process_event_loop()
497 if (memcachedconf.tls) { in worker_process_event_loop()
504 StringRef{memcachedconf.host}, &mcpool, gen)); in worker_process_event_loop()
H A Dshrpx_config.cc3599 auto &memcachedconf = config->tls.session_cache.memcached; in parse_config() local
3600 memcachedconf.host = make_string_ref(config->balloc, StringRef{host}); in parse_config()
3601 memcachedconf.port = port; in parse_config()
3602 memcachedconf.tls = params.tls; in parse_config()
3606 auto &memcachedconf = config->tls.ticket.memcached; in parse_config() local
3607 memcachedconf.host = make_string_ref(config->balloc, StringRef{host}); in parse_config()
3608 memcachedconf.port = port; in parse_config()
3609 memcachedconf.tls = params.tls; in parse_config()

Completed in 13 milliseconds