Home
last modified time | relevance | path

Searched refs:hDll (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dwindows_winusb.c101 if (WinUSBX[sub_api].hDll == NULL) \
2239 WinUSBX[SUB_API_WINUSB].hDll = hWinUSB; in winusbx_init()
2245 if (WinUSBX[SUB_API_WINUSB].hDll == NULL) { in winusbx_init()
2301 WinUSBX[sub_api].hDll = hlibusbK; in winusbx_init()
2330 HMODULE hDll; in winusbx_exit() local
2332 hDll = WinUSBX[SUB_API_LIBUSBK].hDll; in winusbx_exit()
2333 if (hDll != NULL) { in winusbx_exit()
2334 FreeLibrary(hDll); in winusbx_exit()
2338 hDll = WinUSBX[SUB_API_WINUSB].hDll; in winusbx_exit()
2339 if (hDll != NULL) { in winusbx_exit()
[all …]
Dwindows_winusb.h685 HMODULE hDll; member