Lines Matching defs:value

131 // socket, the value must be comma separated 2 parameters: tcp,<FD>.
132 // <FD> is file descriptor. For UNIX domain socket, the value must be
145 // The value must be comma separated parameters:
1060 std::string value = "tcp,";
1061 value += fdenv;
1062 setenv(name.c_str(), value.c_str(), 0);
1067 // The return value of getenv may be allocated statically.
1071 std::string value = "unix,";
1072 value += getenv(ENV_UNIX_FD.c_str());
1073 value += ',';
1074 value += getenv(ENV_UNIX_PATH.c_str());
1075 setenv(name.c_str(), value.c_str(), 0);
1098 auto value = end_type + 1;
1101 auto endfd = strchr(value, ',');
1105 auto fd = util::parse_uint(reinterpret_cast<const uint8_t *>(value),
1106 endfd - value);
1109 << std::string(value, endfd - value);
1133 auto fd = util::parse_uint(value);
1135 LOG(WARN) << "Could not parse file descriptor from " << value;
2313 optionally followed by "=" and value. For example, the
2315 value "h2". The parameter "tls" consists of the keyword
2316 "tls" without value. Each parameter is described as
2323 value of <PROTO> is "http/1.1". Note that usually "h2"
2332 SNI field value with given <SNI_HOST>. This will
2375 attribute of a cookie. The default value is "auto", and
2470 special meaning in shell, the option value must be
2643 value is 0 then fast open is disabled.
2724 option caps its maximum value.
2918 to the value controlled
3118 capped by the value specified by
3129 this option value and the value which client specified.
3144 this option value and the value which backend specified.
3189 * $http_<VAR>: value of HTTP request header <VAR> where
3271 default, the value of "by" and "for" parameters are
3280 Specify the parameter value sent out with "by" parameter
3292 Specify the parameter value sent out with "for"
3341 field list. This is the sum of header name and value in
3355 value in bytes. If trailer fields exist, they are
3373 Change server response header field value to <NAME>.
3424 value is unlimited.
3471 value, the oldest worker process is terminated
3584 on the receiving rate of stream data. The initial value
3585 is the value specified by --frontend-http3-window-size
3592 on the receiving rate of stream data. The initial value
3593 is the value specified by