Lines Matching defs:value
366 auto value = colon + 1;
367 for (; *value == '\t' || *value == ' '; ++value)
379 make_string_ref(balloc, StringRef{value, std::end(optarg)}));
382 !nghttp2_check_header_value_rfc9113(nv.value.byte(), nv.value.size())) {
393 LOG(ERROR) << opt << ": bad value. Specify an integer >= 0.";
408 LOG(ERROR) << opt << ": bad value: '" << optarg << "'";
415 << ": too large. The value should be less than or equal to "
739 const char *value = nullptr;
753 value = var_name + str_size("http_");
770 if (value == nullptr) {
777 balloc, std::distance(value, var_name + var_namelen) + 1);
779 p = std::copy(value, var_name + var_namelen, p);
814 LOG(ERROR) << opt << ": bad value: '" << optarg << "'";
824 LOG(ERROR) << opt << ": bad value: '" << optarg << "'";
968 // Parses |value| of parameter named |name| as duration. This
969 // function returns 0 if it succeeds and the parsed value is assigned
972 const StringRef &value) {
973 auto t = util::parse_duration_with_unit(value);
975 LOG(ERROR) << "backend: " << name << ": bad value: '" << value << "'";
1054 << "backend: affinity: value must be one of none, ip, and cookie";
1077 LOG(ERROR) << "backend: affinity-cookie-secure: value must be one of "
1090 LOG(ERROR) << "backend: affinity-cookie-stickiness: value must be "
1255 // Last value wins if we have multiple different affinity
1256 // value under one group.
1440 LOG(ERROR) << opt << ": bad value: '" << optarg << "'";
3141 "overridden by the given value "
3958 << ": bad value. Specify an integer in the range [0, "
4442 // value --backend-tls-sni-field