Searched refs:Py_OpenCodeHookFunction (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | fileobject.h | 13 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | fileobject.h | 13 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | fileobject.h | 13 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | fileobject.h | 13 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | fileobject.h | 13 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef 17 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | fileobject.c | 480 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() 510 Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook; in PyFile_OpenCodeObject()
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | file.rst | 63 .. c:function:: int PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction handler)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 2856 …<typedef-decl name='Py_OpenCodeHookFunction' type-id='type-id-190' filepath='./Include/cpython/fil…
|