Home
last modified time | relevance | path

Searched refs:PyStructSequence_NewType (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Include/
Dstructseq.h30 PyAPI_FUNC(PyTypeObject*) PyStructSequence_NewType(PyStructSequence_Desc *desc);
/third_party/python/Modules/
Dspwdmodule.c215 state->StructSpwdType = PyStructSequence_NewType(&struct_spwd_type_desc); in spwdmodule_exec()
Dgrpmodule.c318 state->StructGrpType = PyStructSequence_NewType(&struct_group_type_desc); in grpmodule_exec()
Dpwdmodule.c329 state->StructPwdType = PyStructSequence_NewType(&struct_pwd_type_desc); in pwdmodule_exec()
D_lsprof.c865 state->stats_entry_type = PyStructSequence_NewType(&profiler_entry_desc); in _lsprof_exec()
873 state->stats_subentry_type = PyStructSequence_NewType(&profiler_subentry_desc); in _lsprof_exec()
Dresource.c370 state->StructRUsageType = PyStructSequence_NewType(&struct_rusage_desc); in resource_exec()
Dposixmodule.c15667 PyObject *WaitidResultType = (PyObject *)PyStructSequence_NewType(&waitid_result_desc); in posixmodule_exec()
15680 PyObject *StatResultType = (PyObject *)PyStructSequence_NewType(&stat_result_desc); in posixmodule_exec()
15691 PyObject *StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc); in posixmodule_exec()
15710 PyObject *SchedParamType = (PyObject *)PyStructSequence_NewType(&sched_param_desc); in posixmodule_exec()
15721 PyObject *TerminalSizeType = (PyObject *)PyStructSequence_NewType(&TerminalSize_desc); in posixmodule_exec()
15745 PyObject *TimesResultType = (PyObject *)PyStructSequence_NewType(&times_result_desc); in posixmodule_exec()
15753 PyTypeObject *UnameResultType = PyStructSequence_NewType(&uname_result_desc); in posixmodule_exec()
D_testcapimodule.c3873 PyTypeObject* structseq_type = PyStructSequence_NewType(&descr); in test_structseq_newtype_doesnt_leak()
3892 PyTypeObject* structseq_type = PyStructSequence_NewType(&descr); in test_structseq_newtype_null_descr_doc()
/third_party/python/Doc/c-api/
Dtuple.rst122 .. c:function:: PyTypeObject* PyStructSequence_NewType(PyStructSequence_Desc *desc)
191 :c:func:`PyStructSequence_NewType`.
/third_party/python/Objects/
Dstructseq.c535 PyStructSequence_NewType(PyStructSequence_Desc *desc) in PyStructSequence_NewType() function
/third_party/python/Misc/NEWS.d/
D3.10.0b2.rst412 Add test to check that ``PyStructSequence_NewType`` accepts a
D3.8.0a1.rst573 Fix the implementation of PyStructSequence_NewType in order to create heap
/third_party/python/Doc/data/
Dstable_abi.dat570 function,PyStructSequence_NewType,3.2,
Drefcounts.dat2111 PyStructSequence_NewType:PyTypeObject*::+1:
2112 PyStructSequence_NewType:PyStructSequence_Desc*:desc::
/third_party/python/PC/
Dpython3dll.c528 EXPORT_FUNC(PyStructSequence_NewType)
/third_party/python/Misc/
Dstable_abi.txt1209 function PyStructSequence_NewType