Home
last modified time | relevance | path

Searched refs:PyStructSequence_UnnamedField (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstructseq.h22 extern char* PyStructSequence_UnnamedField;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstructseq.h22 extern char* PyStructSequence_UnnamedField;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c14 char *PyStructSequence_UnnamedField = "unnamed field"; variable
492 if (desc->fields[i].name == PyStructSequence_UnnamedField) in PyStructSequence_InitType()
508 if (desc->fields[i].name == PyStructSequence_UnnamedField) in PyStructSequence_InitType()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c14 char *PyStructSequence_UnnamedField = "unnamed field"; variable
493 if (desc->fields[i].name == PyStructSequence_UnnamedField) in PyStructSequence_InitType()
509 if (desc->fields[i].name == PyStructSequence_UnnamedField) in PyStructSequence_InitType()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c4202 stat_result_desc.fields[2].name = PyStructSequence_UnnamedField; in INITFUNC()
4203 stat_result_desc.fields[3].name = PyStructSequence_UnnamedField; in INITFUNC()
4204 stat_result_desc.fields[4].name = PyStructSequence_UnnamedField; in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c7388 stat_result_desc.fields[2].name = PyStructSequence_UnnamedField; in INITFUNC()
7389 stat_result_desc.fields[3].name = PyStructSequence_UnnamedField; in INITFUNC()
7390 stat_result_desc.fields[4].name = PyStructSequence_UnnamedField; in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c9326 stat_result_desc.fields[7].name = PyStructSequence_UnnamedField; in INITFUNC()
9327 stat_result_desc.fields[8].name = PyStructSequence_UnnamedField; in INITFUNC()
9328 stat_result_desc.fields[9].name = PyStructSequence_UnnamedField; in INITFUNC()