Lines Matching defs:end
516 p = std::copy(std::begin(ipaddr), std::end(ipaddr), p);
893 std::begin(affinity_hash), std::end(affinity_hash), hash,
896 if (it == std::end(affinity_hash)) {
968 if (it != std::end(shared_addr->affinity_hash_map)) {
987 std::begin(affinity_hash), std::end(affinity_hash), h,
990 if (it == std::end(affinity_hash)) {
1344 auto end =
1345 std::find_first_of(rb_.pos(), bufend, std::begin(chrs), std::end(chrs));
1347 if (end == bufend || *end == '\0' || end == rb_.pos() || *(end - 1) != '\r') {
1354 --end;
1358 if (static_cast<size_t>(end - rb_.pos()) < HEADER.size()) {
1377 if (end - rb_.pos() < 5) {
1407 if (end - rb_.pos() < 7) {
1420 rb_.drain(end + 2 - rb_.pos());
1426 auto token_end = std::find(rb_.pos(), end, ' ');
1427 if (token_end == end) {
1448 token_end = std::find(rb_.pos(), end, ' ');
1449 if (token_end == end) {
1469 auto n = parse_proxy_line_port(rb_.pos(), end);
1484 n = parse_proxy_line_port(rb_.pos(), end);
1485 if (n <= 0 || rb_.pos() + n != end) {
1494 rb_.drain(end + 2 - rb_.pos());