Home
last modified time | relevance | path

Searched refs:Py_OpenCodeHookFunction (Results 1 – 10 of 10) sorted by relevance

/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dfileobject.h12 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/
Dfileobject.h13 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/
Dfileobject.h13 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/
Dfileobject.h13 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/
Dfileobject.h13 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/
Dpycore_runtime.h122 Py_OpenCodeHookFunction open_code_hook;
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_runtime.h122 Py_OpenCodeHookFunction open_code_hook;
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_runtime.h122 Py_OpenCodeHookFunction open_code_hook;
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_runtime.h122 Py_OpenCodeHookFunction open_code_hook;
/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_runtime.h320 Py_OpenCodeHookFunction open_code_hook;