Searched refs:StatVFSResultType (Results 1 – 2 of 2) sorted by relevance
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()
1935 static PyTypeObject StatVFSResultType; variable9545 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()13491 if (PyStructSequence_InitType2(&StatVFSResultType, in INITFUNC()13528 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()13530 (PyObject*) &StatVFSResultType); in INITFUNC()