Home
last modified time | relevance | path

Searched refs:Py_FrozenFlag (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpydebug.h16 PyAPI_DATA(int) Py_FrozenFlag;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpydebug.h16 PyAPI_DATA(int) Py_FrozenFlag;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfrozenmain.c22 Py_FrozenFlag = 1; /* Suppress errors from getpath.c */ in Py_FrozenMain()
Dpythonrun.c84 int Py_FrozenFlag; /* Needed by getpath.c */ variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c514 if (!Py_FrozenFlag) in calculate_path()
537 if (!Py_FrozenFlag) in calculate_path()
545 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c84 int Py_FrozenFlag; /* Needed by getpath.c */ variable