Home
last modified time | relevance | path

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

12

/external/python/cpython2/Include/
Dstructseq.h27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/external/python/cpython3/Include/
Dstructseq.h32 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
/external/python/cpython3/Objects/
Dstructseq.c32 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function
133 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new()
Dfloatobject.c78 floatinfo = PyStructSequence_New(&FloatInfoType); in PyFloat_GetInfo()
/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()
/external/python/cpython3/Modules/
Dspwdmodule.c81 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
Dpwdmodule.c70 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()
Dgrpmodule.c44 PyObject *v = PyStructSequence_New(&StructGrpType), *w; in mkgrent()
Dresource.c78 result = PyStructSequence_New(&StructRUsageType); in resource_getrusage()
Dposixmodule.c1930 PyObject *v = PyStructSequence_New(&StatResultType); in _pystat_fromstructstat()
4322 value = PyStructSequence_New(&UnameResultType); in os_uname_impl()
5395 res = PyStructSequence_New(type); in os_sched_param_impl()
5494 result = PyStructSequence_New(&SchedParamType); in os_sched_getparam_impl()
6711 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
6862 result = PyStructSequence_New(&WaitidResultType); in os_waitid_impl()
7330 PyObject *value = PyStructSequence_New(&TimesResultType); in build_times_result()
9145 PyObject *v = PyStructSequence_New(&StatVFSResultType);
10949 termsize = PyStructSequence_New(&TerminalSizeType);
Dsignalmodule.c949 PyObject *result = PyStructSequence_New(&SiginfoType); in fill_siginfo()
Dtimemodule.c286 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
/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()
/external/python/cpython3/Python/
Dsysmodule.c770 res = PyStructSequence_New(&AsyncGenHooksType); in sys_get_asyncgen_hooks()
836 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()
951 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion()
1700 seq = PyStructSequence_New(&FlagsType); in make_flags()
1761 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
Dthread.c403 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
/external/python/cpython3/Doc/c-api/
Dtuple.rst124 of the resulting type can be created with :c:func:`PyStructSequence_New`.
184 .. c:function:: PyObject* PyStructSequence_New(PyTypeObject *type)
/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/cpython3/PC/
Dpython3.def545 PyStructSequence_New=python36.PyStructSequence_New
/external/python/cpython2/PC/os2emx/
Dpython27.def560 "PyStructSequence_New"

12