Lines Matching defs:name

174   auto expectedlen = keys[0].data.name.size() + enc_keylen + hmac_keylen;
220 std::copy_n(p, key.data.name.size(), std::begin(key.data.name));
221 p += key.data.name.size();
227 LOG(INFO) << "session ticket key: " << util::format_hex(key.data.name);
381 if (!nghttp2_check_header_name(nv.name.byte(), nv.name.size()) ||
479 LogFragmentType log_var_lookup_token(const char *name, size_t namelen) {
482 switch (name[2]) {
484 if (util::strieq_l("pi", name, 2)) {
491 switch (name[3]) {
493 if (util::strieq_l("pat", name, 3)) {
498 if (util::strieq_l("alp", name, 3)) {
505 switch (name[5]) {
507 if (util::strieq_l("metho", name, 5)) {
512 if (util::strieq_l("statu", name, 5)) {
519 switch (name[6]) {
521 if (util::strieq_l("tls_sn", name, 6)) {
526 if (util::strieq_l("reques", name, 6)) {
533 switch (name[9]) {
535 if (util::strieq_l("time_loca", name, 9)) {
540 if (util::strieq_l("ssl_ciphe", name, 9)) {
543 if (util::strieq_l("tls_ciphe", name, 9)) {
550 switch (name[10]) {
552 if (util::strieq_l("remote_add", name, 10)) {
557 if (util::strieq_l("remote_por", name, 10)) {
560 if (util::strieq_l("server_por", name, 10)) {
567 switch (name[11]) {
569 if (util::strieq_l("time_iso860", name, 11)) {
574 if (util::strieq_l("request_tim", name, 11)) {
579 if (util::strieq_l("ssl_protoco", name, 11)) {
582 if (util::strieq_l("tls_protoco", name, 11)) {
587 if (util::strieq_l("backend_hos", name, 11)) {
590 if (util::strieq_l("backend_por", name, 11)) {
597 switch (name[13]) {
599 if (util::strieq_l("ssl_session_i", name, 13)) {
602 if (util::strieq_l("tls_session_i", name, 13)) {
609 switch (name[14]) {
611 if (util::strieq_l("body_bytes_sen", name, 14)) {
618 switch (name[15]) {
620 if (util::strieq_l("protocol_versio", name, 15)) {
627 switch (name[16]) {
629 if (util::strieq_l("tls_client_seria", name, 16)) {
636 switch (name[17]) {
638 if (util::strieq_l("ssl_session_reuse", name, 17)) {
641 if (util::strieq_l("tls_session_reuse", name, 17)) {
646 if (util::strieq_l("path_without_quer", name, 17)) {
653 switch (name[21]) {
655 if (util::strieq_l("tls_client_issuer_nam", name, 21)) {
662 switch (name[22]) {
664 if (util::strieq_l("tls_client_subject_nam", name, 22)) {
671 switch (name[26]) {
673 if (util::strieq_l("tls_client_fingerprint_sha", name, 26)) {
680 switch (name[28]) {
682 if (util::strieq_l("tls_client_fingerprint_sha25", name, 28)) {
968 // Parses |value| of parameter named |name| as duration. This
971 int parse_downstream_param_duration(ev_tstamp &dest, const StringRef &name,
975 LOG(ERROR) << "backend: " << name << ": bad value: '" << value << "'";
1057 } else if (util::istarts_with_l(param, "affinity-cookie-name=")) {
1058 auto val = StringRef{first + str_size("affinity-cookie-name="), end};
1061 << "backend: affinity-cookie-name: non empty string is expected";
1064 out.affinity.cookie.name = val;
1202 params.affinity.cookie.name.empty()) {
1203 LOG(ERROR) << "backend: affinity-cookie-name is mandatory if "
1261 g.affinity.cookie.name = make_string_ref(
1262 downstreamconf.balloc, params.affinity.cookie.name);
1271 g.affinity.cookie.name != params.affinity.cookie.name ||
1342 g.affinity.cookie.name =
1343 make_string_ref(downstreamconf.balloc, params.affinity.cookie.name);
1574 auto name = StringRef{ent->d_name};
1576 if (name[0] == '.' || !util::iends_with_l(name, ".sct")) {
1581 path.resize(dir_path.size() + 1 + name.size());
1586 std::copy(std::begin(name), std::end(name), p);
1784 int option_lookup_token(const char *name, size_t namelen) {
1787 switch (name[3]) {
1789 if (util::strieq_l("con", name, 3)) {
1794 if (util::strieq_l("use", name, 3)) {
1801 switch (name[5]) {
1803 if (util::strieq_l("no-vi", name, 5)) {
1808 if (util::strieq_l("altsv", name, 5)) {
1813 if (util::strieq_l("daemo", name, 5)) {
1818 if (util::strieq_l("cacer", name, 5)) {
1821 if (util::strieq_l("clien", name, 5)) {
1828 switch (name[6]) {
1830 if (util::strieq_l("backen", name, 6)) {
1835 if (util::strieq_l("includ", name, 6)) {
1840 if (util::strieq_l("backlo", name, 6)) {
1843 if (util::strieq_l("paddin", name, 6)) {
1848 if (util::strieq_l("no-ocs", name, 6)) {
1853 if (util::strieq_l("cipher", name, 6)) {
1856 if (util::strieq_l("worker", name, 6)) {
1861 if (util::strieq_l("subcer", name, 6)) {
1868 switch (name[7]) {
1870 if (util::strieq_l("fronten", name, 7)) {
1875 if (util::strieq_l("insecur", name, 7)) {
1878 if (util::strieq_l("pid-fil", name, 7)) {
1883 if (util::strieq_l("fastope", name, 7)) {
1888 if (util::strieq_l("tls-ktl", name, 7)) {
1893 if (util::strieq_l("npn-lis", name, 7)) {
1900 switch (name[8]) {
1902 if (util::strieq_l("no-kqueu", name, 8)) {
1905 if (util::strieq_l("read-rat", name, 8)) {
1910 if (util::strieq_l("log-leve", name, 8)) {
1917 switch (name[9]) {
1919 if (util::strieq_l("error-pag", name, 9)) {
1922 if (util::strieq_l("mruby-fil", name, 9)) {
1925 if (util::strieq_l("write-rat", name, 9)) {
1930 if (util::strieq_l("read-burs", name, 9)) {
1937 switch (name[10]) {
1939 if (util::strieq_l("server-nam", name, 10)) {
1944 if (util::strieq_l("no-quic-bp", name, 10)) {
1949 if (util::strieq_l("tls-sct-di", name, 10)) {
1954 if (util::strieq_l("backend-tl", name, 10)) {
1957 if (util::strieq_l("ecdh-curve", name, 10)) {
1960 if (util::strieq_l("psk-secret", name, 10)) {
1965 if (util::strieq_l("write-burs", name, 10)) {
1970 if (util::strieq_l("dns-max-tr", name, 10)) {
1973 if (util::strieq_l("http2-prox", name, 10)) {
1980 switch (name[11]) {
1982 if (util::strieq_l("backend-ipv", name, 11)) {
1987 if (util::strieq_l("backend-ipv", name, 11)) {
1992 if (util::strieq_l("http2-altsv", name, 11)) {
1997 if (util::strieq_l("host-rewrit", name, 11)) {
2000 if (util::strieq_l("http2-bridg", name, 11)) {
2005 if (util::strieq_l("ocsp-startu", name, 11)) {
2010 if (util::strieq_l("client-prox", name, 11)) {
2013 if (util::strieq_l("forwarded-b", name, 11)) {
2020 switch (name[12]) {
2022 if (util::strieq_l("add-forwarde", name, 12)) {
2025 if (util::strieq_l("single-threa", name, 12)) {
2030 if (util::strieq_l("dh-param-fil", name, 12)) {
2033 if (util::strieq_l("errorlog-fil", name, 12)) {
2036 if (util::strieq_l("rlimit-nofil", name, 12)) {
2041 if (util::strieq_l("forwarded-fo", name, 12)) {
2046 if (util::strieq_l("tls13-cipher", name, 12)) {
2051 if (util::strieq_l("verify-clien", name, 12)) {
2058 switch (name[13]) {
2060 if (util::strieq_l("quic-server-i", name, 13)) {
2065 if (util::strieq_l("accesslog-fil", name, 13)) {
2070 if (util::strieq_l("no-server-pus", name, 13)) {
2075 if (util::strieq_l("rlimit-memloc", name, 13)) {
2080 if (util::strieq_l("no-verify-ocs", name, 13)) {
2085 if (util::strieq_l("backend-no-tl", name, 13)) {
2088 if (util::strieq_l("client-cipher", name, 13)) {
2091 if (util::strieq_l("single-proces", name, 13)) {
2096 if (util::strieq_l("tls-proto-lis", name, 13)) {
2103 switch (name[14]) {
2105 if (util::strieq_l("no-host-rewrit", name, 14)) {
2110 if (util::strieq_l("errorlog-syslo", name, 14)) {
2115 if (util::strieq_l("frontend-no-tl", name, 14)) {
2120 if (util::strieq_l("syslog-facilit", name, 14)) {
2127 switch (name[15]) {
2129 if (util::strieq_l("certificate-fil", name, 15)) {
2132 if (util::strieq_l("client-cert-fil", name, 15)) {
2135 if (util::strieq_l("private-key-fil", name, 15)) {
2138 if (util::strieq_l("worker-read-rat", name, 15)) {
2143 if (util::strieq_l("accesslog-syslo", name, 15)) {
2148 if (util::strieq_l("accesslog-forma", name, 15)) {
2155 switch (name[16]) {
2157 if (util::strieq_l("no-server-rewrit", name, 16)) {
2160 if (util::strieq_l("worker-write-rat", name, 16)) {
2165 if (util::strieq_l("backend-http1-tl", name, 16)) {
2168 if (util::strieq_l("max-header-field", name, 16)) {
2173 if (util::strieq_l("dns-cache-timeou", name, 16)) {
2176 if (util::strieq_l("worker-read-burs", name, 16)) {
2183 switch (name[17]) {
2185 if (util::strieq_l("tls-max-early-dat", name, 17)) {
2190 if (util::strieq_l("add-request-heade", name, 17)) {
2195 if (util::strieq_l("client-psk-secret", name, 17)) {
2200 if (util::strieq_l("dns-lookup-timeou", name, 17)) {
2203 if (util::strieq_l("worker-write-burs", name, 17)) {
2210 switch (name[18]) {
2212 if (util::strieq_l("no-location-rewrit", name, 18)) {
2215 if (util::strieq_l("require-http-schem", name, 18)) {
2218 if (util::strieq_l("tls-ticket-key-fil", name, 18)) {
2223 if (util::strieq_l("backend-max-backof", name, 18)) {
2228 if (util::strieq_l("add-response-heade", name, 18)) {
2231 if (util::strieq_l("add-x-forwarded-fo", name, 18)) {
2234 if (util::strieq_l("header-field-buffe", name, 18)) {
2239 if (util::strieq_l("redirect-https-por", name, 18)) {
2242 if (util::strieq_l("stream-read-timeou", name, 18)) {
2249 switch (name[19]) {
2251 if (util::strieq_l("frontend-frame-debu", name, 19)) {
2256 if (util::strieq_l("ocsp-update-interva", name, 19)) {
2261 if (util::strieq_l("max-worker-processe", name, 19)) {
2264 if (util::strieq_l("tls13-client-cipher", name, 19)) {
2269 if (util::strieq_l("backend-read-timeou", name, 19)) {
2272 if (util::strieq_l("stream-write-timeou", name, 19)) {
2275 if (util::strieq_l("verify-client-cacer", name, 19)) {
2280 if (util::strieq_l("api-max-request-bod", name, 19)) {
2287 switch (name[20]) {
2289 if (util::strieq_l("backend-tls-sni-fiel", name, 20)) {
2294 if (util::strieq_l("quic-bpf-program-fil", name, 20)) {
2299 if (util::strieq_l("accept-proxy-protoco", name, 20)) {
2304 if (util::strieq_l("tls-max-proto-versio", name, 20)) {
2307 if (util::strieq_l("tls-min-proto-versio", name, 20)) {
2312 if (util::strieq_l("tls-ticket-key-ciphe", name, 20)) {
2317 if (util::strieq_l("frontend-max-request", name, 20)) {
2322 if (util::strieq_l("backend-write-timeou", name, 20)) {
2325 if (util::strieq_l("frontend-read-timeou", name, 20)) {
2330 if (util::strieq_l("accesslog-write-earl", name, 20)) {
2337 switch (name[21]) {
2339 if (util::strieq_l("backend-http-proxy-ur", name, 21)) {
2344 if (util::strieq_l("backend-request-buffe", name, 21)) {
2347 if (util::strieq_l("frontend-quic-qlog-di", name, 21)) {
2352 if (util::strieq_l("frontend-write-timeou", name, 21)) {
2357 if (util::strieq_l("backend-address-famil", name, 21)) {
2364 switch (name[22]) {
2366 if (util::strieq_l("client-private-key-fil", name, 22)) {
2369 if (util::strieq_l("private-key-passwd-fil", name, 22)) {
2374 if (util::strieq_l("frontend-quic-debug-lo", name, 22)) {
2379 if (util::strieq_l("backend-response-buffe", name, 22)) {
2384 if (util::strieq_l("backend-connect-timeou", name, 22)) {
2391 switch (name[23]) {
2393 if (util::strieq_l("frontend-quic-early-dat", name, 23)) {
2398 if (util::strieq_l("strip-incoming-forwarde", name, 23)) {
2401 if (util::strieq_l("tls-ticket-key-memcache", name, 23)) {
2406 if (util::strieq_l("fetch-ocsp-response-fil", name, 23)) {
2411 if (util::strieq_l("no-add-x-forwarded-prot", name, 23)) {
2416 if (util::strieq_l("listener-disable-timeou", name, 23)) {
2419 if (util::strieq_l("tls-dyn-rec-idle-timeou", name, 23)) {
2426 switch (name[24]) {
2428 if (util::strieq_l("backend-http2-window-siz", name, 24)) {
2431 if (util::strieq_l("frontend-quic-secret-fil", name, 24)) {
2436 if (util::strieq_l("http2-no-cookie-crumblin", name, 24)) {
2441 if (util::strieq_l("backend-http2-window-bit", name, 24)) {
2444 if (util::strieq_l("max-request-header-field", name, 24)) {
2449 if (util::strieq_l("frontend-quic-initial-rt", name, 24)) {
2456 switch (name[25]) {
2458 if (util::strieq_l("tls-no-postpone-early-dat", name, 25)) {
2463 if (util::strieq_l("frontend-http2-window-siz", name, 25)) {
2466 if (util::strieq_l("frontend-http3-window-siz", name, 25)) {
2471 if (util::strieq_l("frontend-http2-window-bit", name, 25)) {
2474 if (util::strieq_l("max-response-header-field", name, 25)) {
2479 if (util::strieq_l("backend-keep-alive-timeou", name, 25)) {
2482 if (util::strieq_l("frontend-quic-idle-timeou", name, 25)) {
2485 if (util::strieq_l("no-http2-cipher-black-lis", name, 25)) {
2488 if (util::strieq_l("no-http2-cipher-block-lis", name, 25)) {
2495 switch (name[26]) {
2497 if (util::strieq_l("tls-session-cache-memcache", name, 26)) {
2502 if (util::strieq_l("frontend-quic-require-toke", name, 26)) {
2507 if (util::strieq_l("request-header-field-buffe", name, 26)) {
2512 if (util::strieq_l("worker-frontend-connection", name, 26)) {
2517 if (util::strieq_l("frontend-http2-read-timeou", name, 26)) {
2520 if (util::strieq_l("frontend-http3-read-timeou", name, 26)) {
2523 if (util::strieq_l("frontend-keep-alive-timeou", name, 26)) {
2530 switch (name[27]) {
2532 if (util::strieq_l("no-strip-incoming-early-dat", name, 27)) {
2537 if (util::strieq_l("tls-dyn-rec-warmup-threshol", name, 27)) {
2542 if (util::strieq_l("response-header-field-buffe", name, 27)) {
2547 if (util::strieq_l("http2-max-concurrent-stream", name, 27)) {
2550 if (util::strieq_l("tls-ticket-key-memcached-tl", name, 27)) {
2555 if (util::strieq_l("backend-connections-per-hos", name, 27)) {
2562 switch (name[29]) {
2564 if (util::strieq_l("verify-client-tolerate-expire", name, 29)) {
2569 if (util::strieq_l("frontend-http3-max-window-siz", name, 29)) {
2574 if (util::strieq_l("ignore-per-pattern-mruby-erro", name, 29)) {
2577 if (util::strieq_l("strip-incoming-x-forwarded-fo", name, 29)) {
2582 if (util::strieq_l("backend-http2-settings-timeou", name, 29)) {
2589 switch (name[30]) {
2591 if (util::strieq_l("tls-session-cache-memcached-tl", name, 30)) {
2596 if (util::strieq_l("frontend-http2-settings-timeou", name, 30)) {
2603 switch (name[31]) {
2605 if (util::strieq_l("backend-connections-per-fronten", name, 31)) {
2612 switch (name[32]) {
2614 if (util::strieq_l("tls-ticket-key-memcached-interva", name, 32)) {
2617 if (util::strieq_l("tls-ticket-key-memcached-max-fai", name, 32)) {
2622 if (util::strieq_l("client-no-http2-cipher-black-lis", name, 32)) {
2625 if (util::strieq_l("client-no-http2-cipher-block-lis", name, 32)) {
2632 switch (name[33]) {
2634 if (util::strieq_l("tls-ticket-key-memcached-cert-fil", name, 33)) {
2639 if (util::strieq_l("frontend-http2-dump-request-heade", name, 33)) {
2644 if (util::strieq_l("backend-http1-connections-per-hos", name, 33)) {
2649 if (util::strieq_l("tls-ticket-key-memcached-max-retr", name, 33)) {
2656 switch (name[34]) {
2658 if (util::strieq_l("frontend-http2-optimize-window-siz", name, 34)) {
2663 if (util::strieq_l("no-strip-incoming-x-forwarded-prot", name, 34)) {
2668 if (util::strieq_l("frontend-http2-dump-response-heade", name, 34)) {
2671 if (util::strieq_l("frontend-quic-congestion-controlle", name, 34)) {
2678 switch (name[35]) {
2680 if (util::strieq_l("worker-process-grace-shutdown-perio", name, 35)) {
2685 if (util::strieq_l("backend-http2-connection-window-siz", name, 35)) {
2690 if (util::strieq_l("backend-http2-connections-per-worke", name, 35)) {
2695 if (util::strieq_l("backend-http2-connection-window-bit", name, 35)) {
2698 if (util::strieq_l("backend-http2-max-concurrent-stream", name, 35)) {
2705 switch (name[36]) {
2707 if (util::strieq_l("frontend-http2-connection-window-siz", name, 36)) {
2710 if (util::strieq_l("frontend-http3-connection-window-siz", name, 36)) {
2713 if (util::strieq_l("tls-session-cache-memcached-cert-fil", name, 36)) {
2718 if (util::strieq_l("frontend-http2-connection-window-bit", name, 36)) {
2721 if (util::strieq_l("frontend-http2-max-concurrent-stream", name, 36)) {
2724 if (util::strieq_l("frontend-http3-max-concurrent-stream", name, 36)) {
2731 switch (name[37]) {
2733 if (util::strieq_l("backend-http1-connections-per-fronten", name, 37)) {
2740 switch (name[38]) {
2742 if (util::strieq_l("tls-ticket-key-memcached-address-famil", name, 38)) {
2749 switch (name[39]) {
2751 if (util::strieq_l("backend-http2-decoder-dynamic-table-siz", name, 39)) {
2754 if (util::strieq_l("backend-http2-encoder-dynamic-table-siz", name, 39)) {
2761 switch (name[40]) {
2763 if (util::strieq_l("frontend-http2-decoder-dynamic-table-siz", name,
2767 if (util::strieq_l("frontend-http2-encoder-dynamic-table-siz", name,
2771 if (util::strieq_l("frontend-http2-optimize-write-buffer-siz", name,
2775 if (util::strieq_l("frontend-http3-max-connection-window-siz", name,
2779 if (util::strieq_l("tls-ticket-key-memcached-private-key-fil", name,
2787 switch (name[41]) {
2789 if (util::strieq_l("tls-session-cache-memcached-address-famil", name,
2797 switch (name[43]) {
2799 if (util::strieq_l("tls-session-cache-memcached-private-key-fil", name,
3415 if (p.name.empty()) {