Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_zoneinfo.c87 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; variable
2320 if (ZONEINFO_STRONG_CACHE == node) { in remove_from_strong_cache()
2321 ZONEINFO_STRONG_CACHE = node->next; in remove_from_strong_cache()
2373 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in eject_from_strong_cache()
2426 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in zone_from_strong_cache()
2429 move_strong_cache_node_to_front(&ZONEINFO_STRONG_CACHE, node); in zone_from_strong_cache()
2453 move_strong_cache_node_to_front(&ZONEINFO_STRONG_CACHE, new_node); in update_strong_cache()
2484 strong_cache_free(ZONEINFO_STRONG_CACHE); in clear_strong_cache()
2485 ZONEINFO_STRONG_CACHE = NULL; in clear_strong_cache()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2862 Modules/_zoneinfo.c - ZONEINFO_STRONG_CACHE -