Home
last modified time | relevance | path

Searched refs:PyStructSequence_New (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
Dstructseq.h27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/external/python/cpython2/Modules/
Dspwdmodule.c73 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
Dgrpmodule.c39 PyObject *v = PyStructSequence_New(&StructGrpType), *w; in mkgrent()
Dpwdmodule.c63 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()
Dresource.c81 result = PyStructSequence_New(&StructRUsageType); in resource_getrusage()
Dtimemodule.c250 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
Dposixmodule.c1473 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
6139 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
7446 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
/external/python/cpython2/Objects/
Dstructseq.c30 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function
202 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new()
Dfloatobject.c110 floatinfo = PyStructSequence_New(&FloatInfoType); in PyFloat_GetInfo()
Dlongobject.c4386 long_info = PyStructSequence_New(&Long_InfoType); in PyLong_GetInfo()
/external/python/cpython2/Python/
Dsysmodule.c604 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion()
1250 seq = PyStructSequence_New(&FlagsType); in make_flags()
1317 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c200 v = PyStructSequence_New(&StatResultType); in riscos_stat()
/external/python/cpython2/PC/os2emx/
Dpython27.def560 "PyStructSequence_New"