Lines Matching refs:ma_lookup
285 mp->ma_lookup = lookdict_string; in PyDict_New()
425 mp->ma_lookup = lookdict; in lookdict_string()
549 assert(mp->ma_lookup != NULL); in insertdict()
550 ep = mp->ma_lookup(mp, key, hash); in insertdict()
736 ep = (mp->ma_lookup)(mp, key, hash); in PyDict_GetItem()
743 ep = (mp->ma_lookup)(mp, key, hash); in PyDict_GetItem()
775 ep = (mp->ma_lookup)(mp, key, hash); in _PyDict_GetItemWithError()
886 ep = (mp->ma_lookup)(mp, key, hash); in PyDict_DelItem()
918 ep = (mp->ma_lookup)(mp, key, hash); in _PyDict_DelItemIf()
1252 ep = (mp->ma_lookup)(mp, key, hash); in dict_subscript()
2003 ep = (mp->ma_lookup)(mp, key, hash); in dict_contains()
2036 ep = (mp->ma_lookup)(mp, key, hash); in dict_get()
2065 ep = (mp->ma_lookup)(mp, key, hash); in dict_setdefault()
2110 ep = (mp->ma_lookup)(mp, key, hash); in dict_pop()
2376 ep = (mp->ma_lookup)(mp, key, hash); in PyDict_Contains()
2387 ep = (mp->ma_lookup)(mp, key, hash); in _PyDict_Contains()
2417 d->ma_lookup = lookdict_string; in dict_new()