Searched refs:PyStructSequence_Desc (Results 1 – 25 of 36) sorted by relevance
12
/external/python/cpython3/Include/ |
D | structseq.h | 15 typedef struct PyStructSequence_Desc { struct 20 } PyStructSequence_Desc; argument 26 PyStructSequence_Desc *desc); 28 PyStructSequence_Desc *desc); 30 PyAPI_FUNC(PyTypeObject*) PyStructSequence_NewType(PyStructSequence_Desc *desc);
|
/external/python/cpython2/Include/ |
D | structseq.h | 15 typedef struct PyStructSequence_Desc { struct 20 } PyStructSequence_Desc; argument 25 PyStructSequence_Desc *desc);
|
/external/python/cpython3/Objects/ |
D | structseq.c | 326 count_members(PyStructSequence_Desc *desc, Py_ssize_t *n_unnamed_members) { in count_members() 339 initialize_structseq_dict(PyStructSequence_Desc *desc, PyObject* dict, in initialize_structseq_dict() 363 initialize_members(PyStructSequence_Desc *desc, PyMemberDef* members, in initialize_members() 386 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType2() 443 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() 449 PyStructSequence_NewType(PyStructSequence_Desc *desc) in PyStructSequence_NewType()
|
/external/python/cpython3/Doc/c-api/ |
D | tuple.rst | 122 .. c:function:: PyTypeObject* PyStructSequence_NewType(PyStructSequence_Desc *desc) 128 .. c:function:: void PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) 133 .. c:function:: int PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc) 141 .. c:type:: PyStructSequence_Desc 165 :attr:`fields` array of the :c:type:`PyStructSequence_Desc` determines which
|
/external/python/cpython3/Python/ |
D | thread.c | 161 static PyStructSequence_Desc threadinfo_desc = {
|
D | sysmodule.c | 1247 static PyStructSequence_Desc asyncgen_hooks_desc = { 1369 static PyStructSequence_Desc hash_info_desc = { 1445 static PyStructSequence_Desc windows_version_desc = { 2448 static PyStructSequence_Desc flags_desc = { 2513 static PyStructSequence_Desc version_info_desc = {
|
/external/python/cpython2/Modules/ |
D | spwdmodule.c | 48 static PyStructSequence_Desc struct_spwd_type_desc = {
|
D | grpmodule.c | 24 static PyStructSequence_Desc struct_group_type_desc = {
|
D | pwdmodule.c | 27 static PyStructSequence_Desc struct_pwd_type_desc = {
|
D | resource.c | 51 static PyStructSequence_Desc struct_rusage_desc = {
|
D | _lsprof.c | 521 static PyStructSequence_Desc profiler_entry_desc = { 528 static PyStructSequence_Desc profiler_subentry_desc = {
|
D | timemodule.c | 231 static PyStructSequence_Desc struct_time_type_desc = {
|
/external/python/cpython3/Modules/ |
D | spwdmodule.c | 55 static PyStructSequence_Desc struct_spwd_type_desc = {
|
D | grpmodule.c | 29 static PyStructSequence_Desc struct_group_type_desc = {
|
D | pwdmodule.c | 32 static PyStructSequence_Desc struct_pwd_type_desc = {
|
D | _lsprof.c | 473 static PyStructSequence_Desc profiler_entry_desc = { 480 static PyStructSequence_Desc profiler_subentry_desc = {
|
D | resource.c | 59 static PyStructSequence_Desc struct_rusage_desc = {
|
D | signalmodule.c | 1076 static PyStructSequence_Desc struct_siginfo_desc = {
|
D | _threadmodule.c | 1427 static PyStructSequence_Desc ExceptHookArgs_desc = {
|
D | posixmodule.c | 2124 static PyStructSequence_Desc stat_result_desc = { 2154 static PyStructSequence_Desc statvfs_result_desc = { 2179 static PyStructSequence_Desc waitid_result_desc = { 4910 static PyStructSequence_Desc uname_result_desc = { 6714 static PyStructSequence_Desc sched_param_desc = { 8746 static PyStructSequence_Desc times_result_desc = { 12868 static PyStructSequence_Desc TerminalSize_desc = {
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 585 static PyStructSequence_Desc windows_version_desc = { 1233 static PyStructSequence_Desc flags_desc = { 1303 static PyStructSequence_Desc version_info_desc = {
|
/external/python/cpython3/Tools/c-analyzer/ |
D | known.tsv | 47 Python/sysmodule.c - asyncgen_hooks_desc variable static PyStructSequence_Desc asyncgen_hooks_desc 244 Modules/_threadmodule.c - ExceptHookArgs_desc variable static PyStructSequence_Desc ExceptHookArgs_… 268 Python/sysmodule.c - flags_desc variable static PyStructSequence_Desc flags_desc 274 Objects/floatobject.c - floatinfo_desc variable static PyStructSequence_Desc floatinfo_desc 331 Python/sysmodule.c - hash_info_desc variable static PyStructSequence_Desc hash_info_desc 375 Objects/longobject.c - int_info_desc variable static PyStructSequence_Desc int_info_desc 1616 Modules/posixmodule.c - sched_param_desc variable static PyStructSequence_Desc sched_param_desc 1752 Modules/posixmodule.c - stat_result_desc variable static PyStructSequence_Desc stat_result_desc 1755 Modules/posixmodule.c - statvfs_result_desc variable static PyStructSequence_Desc statvfs_result_de… 1777 Modules/pwdmodule.c - struct_pwd_type_desc variable static PyStructSequence_Desc struct_pwd_type_de… [all …]
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 170 static PyStructSequence_Desc stat_result_desc = {
|
/external/python/cpython2/Objects/ |
D | structseq.c | 477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2122 PyStructSequence_InitType:PyStructSequence_Desc*:desc:: 2126 PyStructSequence_InitType2:PyStructSequence_Desc*:desc:: 2132 PyStructSequence_NewType:PyStructSequence_Desc*:desc::
|
12