Home
last modified time | relevance | path

Searched refs:dl_handle (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_cgl.c42 static void *dl_handle = NULL; variable
86 dl_handle = h; in apple_cgl_init()
126 return dl_handle; in apple_cgl_get_dl_handle()
/external/wpa_supplicant_8/src/eap_peer/
Deap_methods.c213 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()
Deap_i.h250 void *dl_handle; member