Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c1363 static PyTypeObject Hash_InfoType; variable
1399 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()
2833 if (Hash_InfoType.tp_name == NULL) { in _PySys_InitCore()
2834 if (PyStructSequence_InitType2(&Hash_InfoType, &hash_info_desc) < 0) { in _PySys_InitCore()
/third_party/python/Tools/c-analyzer/
DTODO915 Python/sysmodule.c:Hash_InfoType static PyTypeObject Hash_InfoType