Searched refs:PyStructSequence_New (Results 1 – 25 of 34) sorted by relevance
12
27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
32 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
205 threadinfo = PyStructSequence_New(&ThreadInfoType); in PyThread_GetInfo()
1339 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()
1239 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()
91 PyObject *v = PyStructSequence_New(get_spwd_state(module)->StructSpwdType); in mkspent()
83 PyObject *v = PyStructSequence_New(get_pwd_state(module)->StructPwdType); in mkpwent()
60 v = PyStructSequence_New(get_grp_state(module)->StructGrpType); in mkgrent()
106 result = PyStructSequence_New( in resource_getrusage_impl()
2396 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()
1150 PyObject *result = PyStructSequence_New(&SiginfoType);
420 PyObject *v = PyStructSequence_New(&StructTimeType);
30 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function202 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new()
55 PyStructSequence_New(PyTypeObject *type) in PyStructSequence_New() function201 res = (PyStructSequence*) PyStructSequence_New(type); in structseq_new_impl()
125 of the resulting type can be created with :c:func:`PyStructSequence_New`.188 .. 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()
560 "PyStructSequence_New"
569 function,PyStructSequence_New,3.2,
527 EXPORT_FUNC(PyStructSequence_New)