Home
last modified time | relevance | path

Searched refs:hashtable_rehash (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dhashtable.c63 static int hashtable_rehash(_Py_hashtable_t *ht);
202 hashtable_rehash(ht); in _Py_hashtable_steal()
234 if (hashtable_rehash(ht) < 0) { in _Py_hashtable_set()
280 hashtable_rehash(_Py_hashtable_t *ht) in hashtable_rehash() function
399 (void)hashtable_rehash(ht); in _Py_hashtable_clear()