Searched refs:FindAddress (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 3369 static PPROC FindAddress(void *handle, const char *name, PyObject *type) in FindAddress() function 3606 address = FindAddress(handle, name, (PyObject *)type); in PyCFuncPtr_FromDll()
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 2550 @@ -3403,6 +3403,18 @@ static PPROC FindAddress(void *handle, const char *name, PyObject *type) 2569 @@ -3410,6 +3422,13 @@ static PPROC FindAddress(void *handle, const char *name, PyObject *type)
|