HomeSort by relevance Sort by last modified time
    Searched defs:dll (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 46 = NULL; /* to be loaded from crypt32.dll */
51 HINSTANCE dll; local
59 dll = LoadLibrary("crypt32");
60 if (dll == NULL) {
67 dll, "CryptImportPublicKeyInfo");
  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 39 = NULL; /* to be loaded from crypt32.dll */
44 HINSTANCE dll; local
52 dll = LoadLibrary("crypt32");
53 if (dll == NULL) {
60 dll, "CryptImportPublicKeyInfo");
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 110 // NOTE: Please keep this list sorted by dll name, then location.
114 // accelerator.dll, "%programfiles%\\speedbit video accelerator\\".
117 // apiqq0.dll, "%temp%\\".
120 // arking0.dll, "%systemroot%\\system32\\".
123 // arking1.dll, "%systemroot%\\system32\\".
128 // bfllr.dll, "%systemroot%\\system32\\".
131 // clickpotatolitesahook.dll, "". Different version each report.
132 { "0396e037.dll", "", "", "", "", kUninstallLink },
134 // cvasds0.dll, "%temp%\\".
137 // cwalsp.dll, "%systemroot%\\system32\\"
482 string16 dll; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 102 * dynamically from winscard.dll for now. */
104 static HINSTANCE dll = NULL; /* winscard.dll */ variable
169 if (dll)
172 dll = LoadLibrary("winscard");
173 if (dll == NULL) {
174 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
181 dll_ ## s = (void *) GetProcAddress(dll, sym); \
202 "winscard.dll", sym);
203 FreeLibrary(dll);
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 96 * dynamically from winscard.dll for now. */
98 static HINSTANCE dll = NULL; /* winscard.dll */ variable
163 if (dll)
166 dll = LoadLibrary("winscard");
167 if (dll == NULL) {
168 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
175 dll_ ## s = (void *) GetProcAddress(dll, sym); \
196 "winscard.dll", sym);
197 FreeLibrary(dll);
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon109
50 #define iu_dll u1.dll
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon1292
50 #define iu_dll u1.dll
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 15 volatile u8 dll; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon7704
34 #define iu_dll u1.dll
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon20861
50 #define iu_dll u1.dll
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon26914
50 #define iu_dll u1.dll

Completed in 3094 milliseconds