Searched refs:_Py_hashtable_new (Results 1 – 3 of 3) sorted by relevance
81 PyAPI_FUNC(_Py_hashtable_t *) _Py_hashtable_new(
138 _Py_hashtable_t *table = _Py_hashtable_new(hash_char, in test_hashtable()
363 _Py_hashtable_new(_Py_hashtable_hash_func hash_func, in _Py_hashtable_new() function