Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c86 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; variable
2316 if (ZONEINFO_STRONG_CACHE == node) { in remove_from_strong_cache()
2317 ZONEINFO_STRONG_CACHE = node->next; in remove_from_strong_cache()
2365 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in eject_from_strong_cache()
2414 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in zone_from_strong_cache()
2417 move_strong_cache_node_to_front(&ZONEINFO_STRONG_CACHE, node); in zone_from_strong_cache()
2441 move_strong_cache_node_to_front(&ZONEINFO_STRONG_CACHE, new_node); in update_strong_cache()
2472 strong_cache_free(ZONEINFO_STRONG_CACHE); in clear_strong_cache()
2473 ZONEINFO_STRONG_CACHE = NULL; in clear_strong_cache()