Lines Matching defs:end
266 auto ipv6 = std::find(std::begin(authority), std::end(authority), ':') !=
267 std::end(authority);
281 p = std::copy(std::begin(authority), std::end(authority), p);
321 path = StringRef{std::begin(path), std::end(q)};
413 if (std::find_if(std::begin(value), std::end(value), [](char c) {
415 }) != std::end(value)) {
568 // Ignore error if response has been completed. We will end up in
569 // htp_msg_completecb, and request will end gracefully.
861 goto end;
875 goto end;
883 end:
911 goto end;
915 // Server may indicate the end of the request by EOF
917 DCLOG(INFO, dconn) << "The end of the response body was indicated by "
923 goto end;
934 goto end;
940 end:
1320 auto end = http::create_via_header_value(viabuf.data(), resp.http_major,
1322 buf->append(viabuf.data(), end - std::begin(viabuf));