Lines Matching refs:insertdict
1226 insertdict(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject *value)
1315 // Same to insertdict but specialized for ma_keys = Py_EMPTY_KEYS.
1885 /* insertdict() handles any resizing that might be necessary */
1886 return insertdict(mp, key, hash, value);
1929 /* insertdict() handles any resizing that might be necessary */
1930 return insertdict(mp, key, hash, value);
2294 if (insertdict(mp, key, hash, value)) {
2315 if (insertdict(mp, key, hash, value)) {
2897 err = insertdict(mp, key, hash, value);
2904 err = insertdict(mp, key, hash, value);