Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_zoneinfo.c2393 StrongCacheNode *root_p = *root; in move_strong_cache_node_to_front() local
2394 if (root_p == node) { in move_strong_cache_node_to_front()
2401 node->next = root_p; in move_strong_cache_node_to_front()
2403 if (root_p != NULL) { in move_strong_cache_node_to_front()
2404 root_p->prev = node; in move_strong_cache_node_to_front()