Lines Matching refs:hash_info
1396 PyObject *hash_info; in get_hash_info() local
1399 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()
1400 if (hash_info == NULL) in get_hash_info()
1403 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1405 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1407 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1409 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1411 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1413 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1415 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1417 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1419 PyStructSequence_SET_ITEM(hash_info, field++, in get_hash_info()
1422 Py_CLEAR(hash_info); in get_hash_info()
1425 return hash_info; in get_hash_info()