Searched refs:dl_handle (Results 1 – 4 of 4) sorted by relevance
42 static void *dl_handle = NULL; variable86 dl_handle = h; in apple_cgl_init()126 return dl_handle; in apple_cgl_get_dl_handle()
215 eap_methods->dl_handle = handle; in eap_peer_method_load()247 if (m == NULL || m->dl_handle == NULL) in eap_peer_method_unload()255 handle = m->dl_handle; in eap_peer_method_unload()363 handle = m->dl_handle; in eap_peer_unregister_methods()
250 void *dl_handle; member
97 void* dl_handle) { in LoadDLFunction() argument98 *func_handle = dlsym(dl_handle, func_name); in LoadDLFunction()