Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c990 PyObject *StatResultType; member
2325 Py_CLEAR(state->StatResultType); in _posix_clear()
2350 Py_VISIT(state->StatResultType); in _posix_traverse()
2416 PyObject *StatResultType = get_posix_state(module)->StatResultType; in _pystat_fromstructstat() local
2417 PyObject *v = PyStructSequence_New((PyTypeObject *)StatResultType); in _pystat_fromstructstat()
15906 PyObject *StatResultType = (PyObject *)PyStructSequence_NewType(&stat_result_desc); in posixmodule_exec() local
15907 if (StatResultType == NULL) { in posixmodule_exec()
15910 Py_INCREF(StatResultType); in posixmodule_exec()
15911 PyModule_AddObject(m, "stat_result", StatResultType); in posixmodule_exec()
[all...]

Completed in 16 milliseconds