Lines Matching defs:name
1015 // socket if it is not reused. The empty host name usually does
1058 auto name = ENV_ACCEPT_PREFIX.str();
1059 name += util::utos(i);
1062 setenv(name.c_str(), value.c_str(), 0);
1069 auto name = ENV_ACCEPT_PREFIX.str();
1070 name += '1';
1075 setenv(name.c_str(), value.c_str(), 0);
1081 auto name = ENV_ACCEPT_PREFIX.str();
1082 name += util::utos(i);
1083 auto env = getenv(name.c_str());
1089 LOG(INFO) << "Read env " << name << "=" << env;
1229 auto name = ENV_QUIC_WORKER_PROCESS_PREFIX.str();
1230 name += util::utos(i);
1231 auto env = getenv(name.c_str());
1237 LOG(INFO) << "Read env " << name << "=" << env;
2229 domain socket can be specified by prefixing path name
2333 default to the backend <HOST> name
2370 "affinity-cookie-name=<NAME>" must be used to specify a
2371 name of cookie to use. Optionally,
2393 By default, name resolution of backend host name is done
2395 parameter is given, name resolution takes place
2397 frequently. If "dns" is given, name resolution of
2398 backend host name at start up, or reloading
2434 "group=<GROUP>" parameter specifies the name of group
2436 to the unnamed default group. The name of group is
2479 name with "unix:" (e.g., unix:/var/run/nghttpx.sock).
2491 to select a backend server, SNI host name received from
2833 Specify minimum SSL/TLS protocol. The name matching is
2853 Specify maximum SSL/TLS protocol. The name matching is
3204 * $tls_client_subject_name: subject name in client
3206 * $tls_client_issuer_name: issuer name in client
3214 * $tls_sni: SNI server name for SSL/TLS connection.
3327 set. The field name must be lowercase. This option
3334 header set. The field name must be lowercase. This
3341 field list. This is the sum of header name and value in
3354 header field list. This is the sum of header name and
3372 --server-name=<NAME>
3414 Set the number of DNS query before nghttpx gives up name
3516 each QUIC connection. The file name is ISO8601 basic
4999 // --server-name