Searched refs:ma_table (Results 1 – 2 of 2) sorted by relevance
211 (mp)->ma_table = (mp)->ma_smalltable; \271 assert (mp->ma_table == mp->ma_smalltable); in PyDict_New()326 PyDictEntry *ep0 = mp->ma_table; in lookdict()346 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict()378 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict()414 PyDictEntry *ep0 = mp->ma_table; in lookdict_string()492 ep = mp->ma_table; in _PyDict_MaybeUntrack()574 PyDictEntry *ep0 = mp->ma_table; in insertdict_clean()619 oldtable = mp->ma_table; in dictresize()652 mp->ma_table = newtable; in dictresize()[all …]
86 PyDictEntry *ma_table; member