Searched refs:PyStructSequence_New (Results 1 – 25 of 31) sorted by relevance
12
27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
32 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
188 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
1245 res = PyStructSequence_New(&AsyncGenHooksType); in sys_get_asyncgen_hooks_impl()1304 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()1415 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion_impl()2426 seq = PyStructSequence_New(&FlagsType); in make_flags()2489 version_info = PyStructSequence_New(&VersionInfoType); in make_version_info()
1112 PyObject *args = PyStructSequence_New(&UnraisableHookArgsType); in make_unraisable_hook_args()
73 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
39 PyObject *v = PyStructSequence_New(&StructGrpType), *w; in mkgrent()
63 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()
81 result = PyStructSequence_New(&StructRUsageType); in resource_getrusage()
250 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
81 PyObject *v = PyStructSequence_New(&StructSpwdType); in mkspent()
72 PyObject *v = PyStructSequence_New(&StructPwdType); in mkpwent()
46 PyObject *v = PyStructSequence_New(&StructGrpType), *w; in mkgrent()
94 result = PyStructSequence_New(&StructRUsageType); in resource_getrusage_impl()
2130 PyObject *v = PyStructSequence_New(StatResultType); in _pystat_fromstructstat()4534 value = PyStructSequence_New(UnameResultType); in os_uname_impl()6181 res = PyStructSequence_New(type); in os_sched_param_impl()6280 result = PyStructSequence_New(SchedParamType); in os_sched_getparam_impl()7506 result = PyStructSequence_New((PyTypeObject*) struct_rusage); in wait_helper()7657 result = PyStructSequence_New(WaitidResultType); in os_waitid_impl()8121 PyObject *value = PyStructSequence_New(TimesResultType); in build_times_result()10303 PyObject *v = PyStructSequence_New(StatVFSResultType); in _pystatvfs_fromstructstatvfs()12172 termsize = PyStructSequence_New(TerminalSizeType); in get_terminal_size()
1081 PyObject *result = PyStructSequence_New(&SiginfoType); in fill_siginfo()
388 PyObject *v = PyStructSequence_New(&StructTimeType);
40 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function167 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new_impl()
83 floatinfo = PyStructSequence_New(&FloatInfoType); in PyFloat_GetInfo()
30 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function202 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new()
130 of the resulting type can be created with :c:func:`PyStructSequence_New`.190 .. c:function:: PyObject* PyStructSequence_New(PyTypeObject *type)
604 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()
200 v = PyStructSequence_New(&StatResultType); in riscos_stat()
549 PyStructSequence_New=python38.PyStructSequence_New
560 "PyStructSequence_New"