Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn_simple.c64 #define dlclose darwin_dlclose
196 static int darwin_dlclose(void *handle) in darwin_dlclose() function
266 ctypes_dlclose = darwin_dlclose; in ctypes_dlfcn_init()