Home
last modified time | relevance | path

Searched refs:FindAddress (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3170 static PPROC FindAddress(void *handle, const char *name, PyObject *type) in FindAddress() function
3384 address = FindAddress(handle, name, (PyObject *)type); in PyCFuncPtr_FromDll()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3281 static PPROC FindAddress(void *handle, char *name, PyObject *type) in FindAddress() function
3489 address = FindAddress(handle, name, (PyObject *)type); in PyCFuncPtr_FromDll()