Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dstructseq.h24 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.c879 PyStructSequence_InitType(&StatsEntryType, in init_lsprof()
881 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
Dresource.c263 PyStructSequence_InitType(&StructRUsageType, in initresource()
Dtimemodule.c883 PyStructSequence_InitType(&StructTimeType, in inittime()
Dposixmodule.c9483 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
9488 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
/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/cpython2/Objects/
Dstructseq.c477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
Dfloatobject.c2211 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
Dlongobject.c4405 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/cpython2/Misc/
DHISTORY864 - All uses of PyStructSequence_InitType have been changed to initialize