Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c264 PyGC_Head *current_next = node->gc.gc_next; in gc_list_move() local
266 current_prev->gc.gc_next = current_next; in gc_list_move()
267 current_next->gc.gc_prev = current_prev; in gc_list_move()
/external/python/cpython3/Modules/
Dgcmodule.c175 PyGC_Head *current_next = node->gc.gc_next; in gc_list_move() local
177 current_prev->gc.gc_next = current_next; in gc_list_move()
178 current_next->gc.gc_prev = current_prev; in gc_list_move()