Home
last modified time | relevance | path

Searched refs:PyImport_FrozenModules (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Programs/
D_freeze_importlib.c27 const struct _frozen *PyImport_FrozenModules; variable
45 PyImport_FrozenModules = _PyImport_FrozenModules; in main()
/external/python/cpython2/Python/
Dfrozen.c38 struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules; variable
Dimport.c2062 for (p = PyImport_FrozenModules; ; p++) { in find_frozen()
/external/python/cpython3/Python/
Dfrozen.c50 const struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules; variable
Dimport.c1336 for (p = PyImport_FrozenModules; ; p++) { in find_frozen()
/external/python/cpython3/Include/cpython/
Dimport.h46 PyAPI_DATA(const struct _frozen *) PyImport_FrozenModules;
/external/python/cpython2/Include/
Dimport.h66 PyAPI_DATA(struct _frozen *) PyImport_FrozenModules;
/external/python/cpython2/PC/os2vacpp/
Dpython.def45 PyImport_FrozenModules
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt326 PyImport_FrozenModules
Dknown.tsv1438 Python/frozen.c - PyImport_FrozenModules variable const struct _frozen * PyImport_FrozenModules
/external/python/cpython2/PC/os2emx/
Dpython27.def918 "PyImport_FrozenModules"
/external/python/cpython2/Doc/c-api/
Dimport.rst236 .. c:var:: struct _frozen* PyImport_FrozenModules
/external/python/cpython3/Doc/c-api/
Dimport.rst262 .. c:var:: const struct _frozen* PyImport_FrozenModules
Dinit_config.rst733 If ``PyImport_FrozenModules``, ``PyImport_AppendInittab()`` or
/external/python/cpython2/Doc/library/
Dctypes.rst1120 ``PyImport_FrozenModules`` pointer exported by Python.
1144 >>> table = FrozenTable.in_dll(pythonapi, "PyImport_FrozenModules")
/external/python/cpython3/Doc/library/
Dctypes.rst1074 :c:data:`PyImport_FrozenModules` pointer exported by Python.
1099 >>> table = FrozenTable.in_dll(pythonapi, "PyImport_FrozenModules")
/external/python/cpython2/Misc/
DHISTORY14920 - There's now an externally visible pointer PyImport_FrozenModules which
/external/python/cpython3/Misc/
DHISTORY32299 - There's now an externally visible pointer PyImport_FrozenModules which