Searched refs:_Py_SLIST_HEAD (Results 1 – 2 of 2) sorted by relevance
56 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(SLIST)))58 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(HT)->buckets[BUCKET]))
18 #define _Py_SLIST_HEAD(SLIST) (((_Py_slist_t *)SLIST)->head) macro