Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dutil.cc790 !util::ends_with_l(path, "/..") && !util::ends_with_l(path, "/."); in check_path()
Dutil.h281 bool ends_with_l(const T &a, const CharT (&b)[N]) { in ends_with_l() function