Searched defs:lib_handle (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_client_ssl.c245 void *lib_handle = NULL; local
274 if ((lib_handle = (void *) LoadLibraryExA(name, NULL, LOAD_LIBRARY_SEARCH_DEFAULT_DIRS)) == NULL) {
280 lib_handle = dlopen(name, RTLD_LAZY | RTLD_GLOBAL | RTLD_NODELETE);
289 lib_handle = dlopen(temp, RTLD_LAZY | RTLD_GLOBAL
296 if (lib_handle != NULL) {
301 if (lib_handle == NULL) {
309 u.p = get_function(lib_handle, fp->name);
315 close_library(lib_handle);
320 return lib_handle;

Completed in 34 milliseconds