Home
last modified time | relevance | path

Searched refs:PyStructSequence_InitType (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Include/
Dstructseq.h24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
/external/python/cpython3/Include/
Dstructseq.h25 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
/external/python/cpython2/Modules/
Dspwdmodule.c178 PyStructSequence_InitType(&StructSpwdType, in initspwd()
Dgrpmodule.c201 PyStructSequence_InitType(&StructGrpType, &struct_group_type_desc); in initgrp()
Dpwdmodule.c200 PyStructSequence_InitType(&StructPwdType,
D_lsprof.c878 PyStructSequence_InitType(&StatsEntryType, in init_lsprof()
880 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
Dresource.c263 PyStructSequence_InitType(&StructRUsageType, in initresource()
Dtimemodule.c981 PyStructSequence_InitType(&StructTimeType, in inittime()
Dposixmodule.c9517 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
9522 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
/external/python/cpython3/Doc/c-api/
Dtuple.rst127 .. c:function:: void PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc)
134 The same as ``PyStructSequence_InitType``, but returns ``0`` on success and ``-1`` on
/external/python/cpython2/Python/
Dsysmodule.c1494 PyStructSequence_InitType(&VersionInfoType, &version_info_desc); in _PySys_Init()
1502 PyStructSequence_InitType(&FlagsType, &flags_desc); in _PySys_Init()
1512 PyStructSequence_InitType(&WindowsVersionType, &windows_version_desc); in _PySys_Init()
/external/python/cpython3/Objects/
Dstructseq.c404 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
/external/python/cpython2/Objects/
Dstructseq.c477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
Dfloatobject.c2210 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
Dlongobject.c4404 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
/external/python/cpython2/RISCOS/Modules/
Driscosmodule.c601 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in initriscos()
/external/python/cpython2/PC/os2emx/
Dpython27.def559 "PyStructSequence_InitType"
/external/python/cpython3/Doc/data/
Drefcounts.dat2091 PyStructSequence_InitType:void:::
2092 PyStructSequence_InitType:PyTypeObject*:type:+1:
2093 PyStructSequence_InitType:PyStructSequence_Desc*:desc::
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1911 existing :c:func:`PyStructSequence_InitType` function. The difference
/external/python/cpython3/Misc/
DHISTORY4323 PyStructSequence_InitType() except that it has a return value (0 on success,
18248 - All uses of PyStructSequence_InitType have been changed to initialize
/external/python/cpython2/Misc/
DHISTORY864 - All uses of PyStructSequence_InitType have been changed to initialize