Lines Matching refs:group

951   StringRef group;
1130 } else if (util::istarts_with_l(param, "group=")) {
1131 auto valstr = StringRef{first + str_size("group="), end};
1133 LOG(ERROR) << "backend: group: empty string is not allowed";
1136 out.group = valstr;
1137 } else if (util::istarts_with_l(param, "group-weight=")) {
1138 auto valstr = StringRef{first + str_size("group-weight="), end};
1140 LOG(ERROR) << "backend: group-weight: non-negative integer [1, 256] is "
1147 LOG(ERROR) << "backend: group-weight: non-negative integer [1, 256] is "
1174 // make a group based on the pattern. The "/" pattern is considered
1211 addr.group = make_string_ref(downstreamconf.balloc, params.group);
1256 // value under one group.
1277 "configurations found in a single group";
1286 // All backends in the same group must have the same mruby path.
1289 // backends in the group.
1295 "in a single group";
1299 // All backends in the same group must have the same read/write
1302 // is used for all backends in the group.
1309 "found in a single group";
1318 "write-timeout found in a single group";
1322 // All backends in the same group must have the same dnf
1325 // the group. In general, multiple backends are not necessary
4463 LOG(INFO) << "Host-path pattern: group " << i << ": '" << g.pattern
4466 LOG(INFO) << "group " << i << " -> " << addr.host.c_str()
4507 LOG(INFO) << "Catch-all pattern is group " << catch_all_group;
4518 auto it = wgchk.find(addr.group);
4520 wgchk.emplace(addr.group, addr.group_weight);
4522 LOG(FATAL) << "backend: inconsistent group-weight for a single group";
4580 auto it = wgchk.find(addr.group);