Searched refs:ppLogger (Results 1 - 3 of 3) 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,
/vbox/include/iprt/
H A Dlog.h1625 * @param ppLogger Where to store the logger instance.
1640 RTDECL(int) RTLogCreate(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1649 * @param ppLogger Where to store the logger instance.
1675 RTDECL(int) RTLogCreateEx(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,
1686 * @param ppLogger Where to store the logger instance.
1714 RTDECL(int) RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings,

Completed in 55 milliseconds