Searched defs:ppLogger (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/VBox/
H A Dlogbackdoor-redirect.cpp104 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, RTUINT fFlags, const char *pszGroupSettings, argument
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp779 RTDECL(int) RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings, argument
794 || !VALID_PTR(ppLogger) )
799 *ppLogger = NULL;
998 *ppLogger = pLogger;
1024 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1032 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
1041 RTDECL(int) RTLogCreateEx(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1051 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,

Completed in 38 milliseconds