Home
last modified time | relevance | path

Searched refs:StatVFSResultType (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c991 PyObject *StatVFSResultType; member
2326 Py_CLEAR(state->StatVFSResultType); in _posix_clear()
2351 Py_VISIT(state->StatVFSResultType); in _posix_traverse()
11418 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local
11419 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
15917 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
15918 if (StatVFSResultType == NULL) { in posixmodule_exec()
15921 Py_INCREF(StatVFSResultType); in posixmodule_exec()
15922 PyModule_AddObject(m, "statvfs_result", StatVFSResultType); in posixmodule_exec()
[all...]

Completed in 15 milliseconds