HomeSort by relevance Sort by last modified time
    Searched refs:dl_handle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 42 static void *dl_handle = NULL; variable
86 dl_handle = h;
126 return dl_handle;
  /external/mesa3d/src/glx/apple/
apple_cgl.c 42 static void *dl_handle = NULL; variable
86 dl_handle = h;
126 return dl_handle;
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 213 eap_methods->dl_handle = handle;
245 if (m == NULL || m->dl_handle == NULL)
253 handle = m->dl_handle;
356 handle = m->dl_handle;
eap_i.h 243 * dl_handle - Handle for the dynamic library
249 void *dl_handle; member in struct:eap_method

Completed in 287 milliseconds