Searched refs:RTR3INIT_FLAGS_DLL (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp555 Assert(!(fFlags & ~( RTR3INIT_FLAGS_DLL
559 Assert(!(fFlags & RTR3INIT_FLAGS_DLL) || cArgs == 0);
618 Assert(!(fFlags & RTR3INIT_FLAGS_DLL));
625 Assert(!(fFlags & RTR3INIT_FLAGS_DLL));
632 Assert(!(fFlags & RTR3INIT_FLAGS_DLL));
633 return rtR3Init(fFlags | RTR3INIT_FLAGS_DLL, 0, NULL, NULL);
/vbox/include/iprt/
H A Dinitterm.h48 #define RTR3INIT_FLAGS_DLL RT_BIT(1) macro
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp177 rv = RTR3InitEx(RTR3INIT_VER_CUR, RTR3INIT_FLAGS_DLL | RTR3INIT_FLAGS_UNOBTRUSIVE, 0, NULL, pszExePath);
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp813 rc = RTR3InitEx(RTR3INIT_VER_CUR, RTR3INIT_FLAGS_DLL | RTR3INIT_FLAGS_UNOBTRUSIVE, 0, NULL, exepath);

Completed in 47 milliseconds