Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dlib_obj.c31 void *l_libhandle; /* the dlopen()ed handle, if any */ member
96 cdlopen_close_ignore_errors(lib->l_libhandle); in lib_dealloc()
318 data = cdlopen_fetch(lib->l_libname, lib->l_libhandle, s); in lib_build_and_cache_attr()
372 address = cdlopen_fetch(lib->l_libname, lib->l_libhandle, s); in lib_build_and_cache_attr()
399 void *address = cdlopen_fetch(lib->l_libname, lib->l_libhandle, s); in lib_build_and_cache_attr()
651 lib->l_libhandle = dlopen_libhandle; in lib_internal_new()
Dcdlopen.c65 libhandle = lib->l_libhandle; in ffi_dlclose()
68 lib->l_libhandle = NULL; in ffi_dlclose()