Searched refs:StructPwdType (Results 1 – 3 of 3) sorted by relevance
46 static PyTypeObject StructPwdType; variable63 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()200 PyStructSequence_InitType(&StructPwdType,202 Py_INCREF((PyObject *) &StructPwdType);203 PyModule_AddObject(m, "struct_passwd", (PyObject *) &StructPwdType);205 Py_INCREF((PyObject *) &StructPwdType);206 PyModule_AddObject(m, "struct_pwent", (PyObject *) &StructPwdType);
51 PyTypeObject *StructPwdType; member85 PyObject *v = PyStructSequence_New(modulestate_global->StructPwdType); in mkpwent()327 Py_VISIT(get_pwd_state(m)->StructPwdType); in pwdmodule_traverse()331 Py_CLEAR(get_pwd_state(m)->StructPwdType); in pwdmodule_clear()363 state->StructPwdType = PyStructSequence_NewType(&struct_pwd_type_desc); in PyInit_pwd()364 if (state->StructPwdType == NULL) { in PyInit_pwd()367 Py_INCREF(state->StructPwdType); in PyInit_pwd()368 PyModule_AddObject(m, "struct_passwd", (PyObject *) state->StructPwdType); in PyInit_pwd()
1776 Modules/pwdmodule.c - StructPwdType variable static PyTypeObject StructPwdType