Searched refs:_Py_SLIST_ITEM_NEXT (Results 1 – 2 of 2) sorted by relevance
21 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) macro
60 ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))