Lines Matching +defs:ts +defs:node
1348 find_tzrule_ttinfo(_tzrule *rule, int64_t ts, unsigned char fold, int year) in find_tzrule_ttinfo()
1401 find_tzrule_ttinfo_fromutc(_tzrule *rule, int64_t ts, int year, in find_tzrule_ttinfo_fromutc()
2143 int64_t ts; in find_ttinfo() local
2267 StrongCacheNode *node = PyMem_Malloc(sizeof(StrongCacheNode)); in strong_cache_node_new() local
2285 strong_cache_node_free(StrongCacheNode *node) in strong_cache_node_free()
2302 StrongCacheNode *node = root; in strong_cache_free() local
2318 remove_from_strong_cache(StrongCacheNode *node) in remove_from_strong_cache()
2346 const StrongCacheNode *node = root; in find_in_strong_cache() local
2373 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in eject_from_strong_cache() local
2391 move_strong_cache_node_to_front(StrongCacheNode **root, StrongCacheNode *node) in move_strong_cache_node_to_front()
2426 StrongCacheNode *node = find_in_strong_cache(ZONEINFO_STRONG_CACHE, key); in zone_from_strong_cache() local
2455 StrongCacheNode *node = new_node->next; in update_strong_cache() local