Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dnghttp.h265 std::set<std::string> path_cache; member
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/
Dtest_xml_etree.py2693 self.path_cache = ElementPath._cache
2698 ElementPath._cache = self.path_cache
4195 path_cache = ElementPath._cache
4196 ElementPath._cache = path_cache.copy()
4210 ElementPath._cache = path_cache