Home
last modified time | relevance | path

Searched refs:path_cache (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dnghttp.h265 std::set<std::string> path_cache; member
H A Dnghttp.cc1474 if (path_cache.count(uri)) { in add_request()
1479 path_cache.insert(uri); in add_request()
2078 if (client->path_cache.count(uri)) { in on_frame_recv_callback2()
2086 client->path_cache.insert(uri); in on_frame_recv_callback2()
/third_party/python/Lib/test/
H A Dtest_xml_etree.py2684 self.path_cache = ElementPath._cache
2689 ElementPath._cache = self.path_cache
4253 path_cache = ElementPath._cache
4254 ElementPath._cache = path_cache.copy()
4268 ElementPath._cache = path_cache

Completed in 13 milliseconds