Home
last modified time | relevance | path

Searched refs:safe_first (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log.cc503 auto safe_first = src; in copy_escape() local
511 std::min(std::distance(d_first, d_last), std::distance(safe_first, p)); in copy_escape()
512 d_first = std::copy_n(safe_first, n, d_first); in copy_escape()
520 safe_first = p + 1; in copy_escape()
524 std::distance(safe_first, src + srclen)); in copy_escape()
525 return std::make_pair(std::copy_n(safe_first, n, d_first), d_last); in copy_escape()