Searched refs:dl_handle (Results 1 – 3 of 3) 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()
213 eap_methods->dl_handle = handle; in eap_peer_method_load()245 if (m == NULL || m->dl_handle == NULL) in eap_peer_method_unload()253 handle = m->dl_handle; in eap_peer_method_unload()356 handle = m->dl_handle; in eap_peer_unregister_methods()
250 void *dl_handle; member