Searched refs:Py_OpenCodeHookFunction (Results 1 – 10 of 10) sorted by relevance
/prebuilts/build-tools/common/py3-headers/Include/cpython/ |
D | fileobject.h | 12 typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); typedef 16 PyAPI_FUNC(int) PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData);
|
/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);
|
/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);
|
/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);
|
/prebuilts/clang/host/linux-x86/clang-r547379/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);
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_runtime.h | 122 Py_OpenCodeHookFunction open_code_hook;
|
/prebuilts/build-tools/common/py3-headers/Include/internal/ |
D | pycore_runtime.h | 320 Py_OpenCodeHookFunction open_code_hook;
|