Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstructseq.h27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstructseq.h27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
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.c1292 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
5953 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
7202 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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.c4360 long_info = PyStructSequence_New(&Long_InfoType); in PyLong_GetInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsysmodule.c604 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion()
1231 seq = PyStructSequence_New(&FlagsType); in make_flags()
1296 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c250 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c495 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
2395 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
3503 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c494 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
4363 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
5549 PyObject *v = PyStructSequence_New(&StatVFSResultType); in _pystatvfs_fromstructstatvfs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c4360 long_info = PyStructSequence_New(&Long_InfoType); in PyLong_GetInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c4392 long_info = PyStructSequence_New(&Long_InfoType); in PyLong_GetInfo()