Searched refs:StatVFSResultType (Results 1 – 4 of 4) sorted by relevance
933 PyObject *StatVFSResultType; member2221 Py_CLEAR(state->StatVFSResultType); in _posix_clear()2246 Py_VISIT(state->StatVFSResultType); in _posix_traverse()11063 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local11064 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()15394 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local15395 if (StatVFSResultType == NULL) { in posixmodule_exec()15398 Py_INCREF(StatVFSResultType); in posixmodule_exec()15399 PyModule_AddObject(m, "statvfs_result", StatVFSResultType); in posixmodule_exec()15400 state->StatVFSResultType = StatVFSResultType; in posixmodule_exec()
1401 static PyTypeObject StatVFSResultType; variable7480 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()9522 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()9535 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()9537 (PyObject*) &StatVFSResultType); in INITFUNC()
674 Modules/posixmodule.c:StatVFSResultType static PyTypeObject* StatVFSResult…
1757 Modules/posixmodule.c - StatVFSResultType variable static PyTypeObject* StatVFSResultType