Home
last modified time | relevance | path

Searched refs:PyStructSequence_New (Results 1 – 25 of 34) 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/Python/
Dthread.c205 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
Dsysmodule.c1339 res = PyStructSequence_New(&AsyncGenHooksType); in sys_get_asyncgen_hooks_impl()
1398 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()
1509 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion_impl()
2575 PyObject *flags = PyStructSequence_New(&FlagsType); in make_flags()
2618 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
Derrors.c1239 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); in make_unraisable_hook_args()
/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.c91 PyObject *v = PyStructSequence_New(get_spwd_state(module)->StructSpwdType); in mkspent()
Dpwdmodule.c83 PyObject *v = PyStructSequence_New(get_pwd_state(module)->StructPwdType); in mkpwent()
Dgrpmodule.c60 v = PyStructSequence_New(get_grp_state(module)->StructGrpType); in mkgrent()
Dresource.c106 result = PyStructSequence_New( in resource_getrusage_impl()
Dposixmodule.c2396 PyObject *v = PyStructSequence_New((PyTypeObject *)StatResultType); in _pystat_fromstructstat()
5070 value = PyStructSequence_New((PyTypeObject *)UnameResultType); in os_uname_impl()
6834 res = PyStructSequence_New(type); in os_sched_param_impl()
6938 result = PyStructSequence_New((PyTypeObject *)SchedParamType); in os_sched_getparam_impl()
8220 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()
8373 result = PyStructSequence_New((PyTypeObject *)WaitidResultType); in os_waitid_impl()
8899 PyObject *value = PyStructSequence_New((PyTypeObject *)TimesResultType); in build_times_result()
11225 PyObject *v = PyStructSequence_New((PyTypeObject *)StatVFSResultType); in _pystatvfs_fromstructstatvfs()
13205 termsize = PyStructSequence_New((PyTypeObject *)TerminalSizeType); in os_get_terminal_size_impl()
Dsignalmodule.c1150 PyObject *result = PyStructSequence_New(&SiginfoType);
Dtimemodule.c420 PyObject *v = PyStructSequence_New(&StructTimeType);
/external/python/cpython2/Objects/
Dstructseq.c30 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function
202 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new()
/external/python/cpython3/Objects/
Dstructseq.c55 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function
201 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new_impl()
/external/python/cpython3/Doc/c-api/
Dtuple.rst125 of the resulting type can be created with :c:func:`PyStructSequence_New`.
188 .. 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/cpython2/PC/os2emx/
Dpython27.def560 "PyStructSequence_New"
/external/python/cpython3/Doc/data/
Dstable_abi.dat569 function,PyStructSequence_New,3.2,
/external/python/cpython3/PC/
Dpython3dll.c527 EXPORT_FUNC(PyStructSequence_New)

12