Searched refs:libhandle (Results 1 – 4 of 4) sorted by relevance
3 static void *cdlopen_fetch(PyObject *libname, void *libhandle, in cdlopen_fetch() argument8 if (libhandle == NULL) { in cdlopen_fetch()15 address = dlsym(libhandle, symbol); in cdlopen_fetch()24 static void cdlopen_close_ignore_errors(void *libhandle) in cdlopen_close_ignore_errors() argument26 if (libhandle != NULL) in cdlopen_close_ignore_errors()27 dlclose(libhandle); in cdlopen_close_ignore_errors()30 static int cdlopen_close(PyObject *libname, void *libhandle) in cdlopen_close() argument32 if (libhandle != NULL && dlclose(libhandle) != 0) { in cdlopen_close()60 void *libhandle; in ffi_dlclose() local64 libhandle = lib->l_libhandle; in ffi_dlclose()[all …]
87 static void cdlopen_close_ignore_errors(void *libhandle); /* forward */88 static void *cdlopen_fetch(PyObject *libname, void *libhandle,
52 (*(pnpt))->libhandle = _handle; \61 _handle = (npt)->libhandle; \
49 void *libhandle; member