Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3187 static PPROC FindAddress(void *handle, char *name, PyObject *type) in FindAddress() function
3391 address = FindAddress(handle, name, (PyObject *)type); in PyCFuncPtr_FromDll()