Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c933 PyObject *StatVFSResultType; member
2221 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() local
11064 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
15394 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
15395 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()
/external/python/cpython2/Modules/
Dposixmodule.c1401 static PyTypeObject StatVFSResultType; variable
7480 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()
/external/python/cpython3/Tools/c-analyzer/
DTODO674 Modules/posixmodule.c:StatVFSResultType static PyTypeObject* StatVFSResult…
Dknown.tsv1757 Modules/posixmodule.c - StatVFSResultType variable static PyTypeObject* StatVFSResultType