Searched refs:PyStructSequence_InitType (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Include/ |
D | structseq.h | 24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
/external/python/cpython2/Modules/ |
D | spwdmodule.c | 178 PyStructSequence_InitType(&StructSpwdType, in initspwd()
|
D | grpmodule.c | 201 PyStructSequence_InitType(&StructGrpType, &struct_group_type_desc); in initgrp()
|
D | pwdmodule.c | 200 PyStructSequence_InitType(&StructPwdType,
|
D | _lsprof.c | 879 PyStructSequence_InitType(&StatsEntryType, in init_lsprof() 881 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
|
D | resource.c | 263 PyStructSequence_InitType(&StructRUsageType, in initresource()
|
D | timemodule.c | 883 PyStructSequence_InitType(&StructTimeType, in inittime()
|
D | posixmodule.c | 9483 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC() 9488 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1494 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/ |
D | structseq.c | 477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
|
D | floatobject.c | 2211 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
|
D | longobject.c | 4405 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 601 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in initriscos()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 559 "PyStructSequence_InitType"
|
/external/python/cpython2/Misc/ |
D | HISTORY | 864 - All uses of PyStructSequence_InitType have been changed to initialize
|