Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c981 PyObject *StatVFSResultType; member
2305 Py_CLEAR(state->StatVFSResultType); in _posix_clear()
2330 Py_VISIT(state->StatVFSResultType); in _posix_traverse()
11224 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local
11225 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
15691 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
15692 if (StatVFSResultType == NULL) { in posixmodule_exec()
15695 Py_INCREF(StatVFSResultType); in posixmodule_exec()
15696 PyModule_AddObject(m, "statvfs_result", StatVFSResultType); in posixmodule_exec()
15697 state->StatVFSResultType = StatVFSResultType; in posixmodule_exec()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c965 PyObject *StatVFSResultType; member
2289 Py_CLEAR(state->StatVFSResultType); in _posix_clear()
2314 Py_VISIT(state->StatVFSResultType); in _posix_traverse()
11235 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local
11236 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
15709 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
15710 if (StatVFSResultType == NULL) { in posixmodule_exec()
15713 Py_INCREF(StatVFSResultType); in posixmodule_exec()
15714 PyModule_AddObject(m, "statvfs_result", StatVFSResultType); in posixmodule_exec()
15715 state->StatVFSResultType = StatVFSResultType; in posixmodule_exec()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c940 PyObject *StatVFSResultType; member
2253 Py_CLEAR(state->StatVFSResultType); in _posix_clear()
2278 Py_VISIT(state->StatVFSResultType); in _posix_traverse()
11177 PyObject *StatVFSResultType = get_posix_state(module)->StatVFSResultType; in _pystatvfs_fromstructstatvfs() local
11178 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
15515 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec() local
15516 if (StatVFSResultType == NULL) { in posixmodule_exec()
15519 Py_INCREF(StatVFSResultType); in posixmodule_exec()
15520 PyModule_AddObject(m, "statvfs_result", StatVFSResultType); in posixmodule_exec()
15521 state->StatVFSResultType = StatVFSResultType; in posixmodule_exec()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1214 static PyTypeObject StatVFSResultType; variable
7202 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
9334 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
9347 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()
9349 (PyObject*) &StatVFSResultType); in INITFUNC()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1401 static PyTypeObject StatVFSResultType; variable
7487 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
9529 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
9542 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()
9544 (PyObject*) &StatVFSResultType); in INITFUNC()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1401 static PyTypeObject StatVFSResultType; variable
7487 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
9529 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
9542 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()
9544 (PyObject*) &StatVFSResultType); in INITFUNC()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c2074 static PyTypeObject* StatVFSResultType; variable
10543 PyObject *v = PyStructSequence_New(StatVFSResultType); in _pystatvfs_fromstructstatvfs()
14708 StatVFSResultType = PyStructSequence_NewType(&statvfs_result_desc); in INITFUNC()
14709 if (StatVFSResultType == NULL) { in INITFUNC()
14749 Py_INCREF((PyObject*) StatVFSResultType); in INITFUNC()
14751 (PyObject*) StatVFSResultType); in INITFUNC()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c2074 static PyTypeObject* StatVFSResultType; variable
10543 PyObject *v = PyStructSequence_New(StatVFSResultType); in _pystatvfs_fromstructstatvfs()
14708 StatVFSResultType = PyStructSequence_NewType(&statvfs_result_desc); in INITFUNC()
14709 if (StatVFSResultType == NULL) { in INITFUNC()
14749 Py_INCREF((PyObject*) StatVFSResultType); in INITFUNC()
14751 (PyObject*) StatVFSResultType); in INITFUNC()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c2074 static PyTypeObject* StatVFSResultType; variable
10586 PyObject *v = PyStructSequence_New(StatVFSResultType); in _pystatvfs_fromstructstatvfs()
14751 StatVFSResultType = PyStructSequence_NewType(&statvfs_result_desc); in INITFUNC()
14752 if (StatVFSResultType == NULL) { in INITFUNC()
14792 Py_INCREF((PyObject*) StatVFSResultType); in INITFUNC()
14794 (PyObject*) StatVFSResultType); in INITFUNC()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c2074 static PyTypeObject* StatVFSResultType; variable
10543 PyObject *v = PyStructSequence_New(StatVFSResultType); in _pystatvfs_fromstructstatvfs()
14708 StatVFSResultType = PyStructSequence_NewType(&statvfs_result_desc); in INITFUNC()
14709 if (StatVFSResultType == NULL) { in INITFUNC()
14749 Py_INCREF((PyObject*) StatVFSResultType); in INITFUNC()
14751 (PyObject*) StatVFSResultType); in INITFUNC()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c2074 static PyTypeObject* StatVFSResultType; variable
10543 PyObject *v = PyStructSequence_New(StatVFSResultType); in _pystatvfs_fromstructstatvfs()
14708 StatVFSResultType = PyStructSequence_NewType(&statvfs_result_desc); in INITFUNC()
14709 if (StatVFSResultType == NULL) { in INITFUNC()
14749 Py_INCREF((PyObject*) StatVFSResultType); in INITFUNC()
14751 (PyObject*) StatVFSResultType); in INITFUNC()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dposixmodule.c1935 static PyTypeObject StatVFSResultType; variable
9646 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
13592 if (PyStructSequence_InitType2(&StatVFSResultType, in INITFUNC()
13629 Py_INCREF((PyObject*) &StatVFSResultType); in INITFUNC()
13631 (PyObject*) &StatVFSResultType); in INITFUNC()
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/
H A DTODO674 Modules/posixmodule.c:StatVFSResultType static PyTypeObject* StatVFSResult…
H A Dknown.tsv1757 Modules/posixmodule.c - StatVFSResultType variable static PyTypeObject* StatVFSResultType
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/
H A DTODO669 Modules/posixmodule.c:StatVFSResultType static PyTypeObject* StatVFSResult…
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c407 static PyTypeObject StatVFSResultType; variable
5549 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()