Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dspwdmodule.c56 static PyTypeObject StructSpwdType; variable
73 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
178 PyStructSequence_InitType(&StructSpwdType, in initspwd()
180 Py_INCREF((PyObject *) &StructSpwdType); in initspwd()
181 PyModule_AddObject(m, "struct_spwd", (PyObject *) &StructSpwdType); in initspwd()
/external/python/cpython3/Modules/
Dspwdmodule.c63 static PyTypeObject StructSpwdType; variable
81 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
222 if (PyStructSequence_InitType2(&StructSpwdType, in PyInit_spwd()
226 Py_INCREF((PyObject *) &StructSpwdType); in PyInit_spwd()
227 PyModule_AddObject(m, "struct_spwd", (PyObject *) &StructSpwdType); in PyInit_spwd()