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

  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 29 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
32 return _AtlModule.DllMain(reason, reserved);
  /development/host/windows/usb/api/
AdbWinApi.cpp 50 This method is called from DllMain on DLL_PROCESS_ATTACH event. In this
101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
111 return _AtlModule.DllMain(reason, reserved);
  /external/icu4c/common/
ucln_imp.h 28 * a) Windows MSVC uses DllMain()
115 /* Windows: DllMain */
118 * ICU's own DllMain.
133 * This is a stub DllMain function with icu specific process handling code.
135 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/webkit/WebKit/win/
WebKitDLL.cpp 57 STDAPI_(BOOL) DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID /*lpReserved*/)
  /external/stlport/src/
dll_main.cpp 219 BOOL APIENTRY DllMain( HANDLE hModule,
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 219 BOOL APIENTRY DllMain( HANDLE hModule,
  /external/e2fsprogs/intl/
relocatable.c 288 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved)
  /external/openssl/crypto/
cryptlib.c 708 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
  /external/bluetooth/glib/glib/
gutils.c 138 DllMain (HINSTANCE hinstDLL,
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]

Completed in 2180 milliseconds