Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_zoneinfo.c91 static StrongCacheNode *ZONEINFO_STRONG_CACHE = NULL; variable
2324 if (ZONEINFO_STRONG_CACHE == node) { in remove_from_strong_cache()
2325 ZONEINFO_STRONG_CACHE = node->next; in remove_from_strong_cache()
2377 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in eject_from_strong_cache()
2430 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in zone_from_strong_cache()
2433 move_strong_cache_node_to_front(&ZONEINFO_STRONG_CACHE, node); in zone_from_strong_cache()
2457 move_strong_cache_node_to_front(&ZONEINFO_STRONG_CACHE, new_node); in update_strong_cache()
2488 strong_cache_free(ZONEINFO_STRONG_CACHE); in clear_strong_cache()
2489 ZONEINFO_STRONG_CACHE = NULL; in clear_strong_cache()

Completed in 4 milliseconds