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

/vbox/src/VBox/Runtime/VBox/
H A Dlogbackdoor-redirect.cpp105 const char *pszEnvVarBase, unsigned cGroups, const char * const * papszGroups,
104 RTLogCreate(PRTLOGGER *ppLogger, RTUINT fFlags, const char *pszGroupSettings, const char *pszEnvVarBase, unsigned cGroups, const char * const * papszGroups, RTUINT fDestFlags, const char *pszFilenameFmt, ...) argument
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp139 /** The max number of groups that there is room for in afGroups and papszGroups.
144 const char * const *papszGroups; member in struct:RTLOGGERINTERNAL
780 const char *pszEnvVarBase, unsigned cGroups, const char * const *papszGroups,
793 if ( (cGroups && !papszGroups)
835 pLogger->pInt->papszGroups = papszGroups;
1025 const char *pszEnvVarBase, unsigned cGroups, const char * const * papszGroups,
1032 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
1042 const char *pszEnvVarBase, unsigned cGroups, const char * const * papszGroups,
1051 rc = RTLogCreateExV(ppLogger, fFlags, pszGroupSettings, pszEnvVarBase, cGroups, papszGroups,
779 RTLogCreateExV(PRTLOGGER *ppLogger, uint32_t fFlags, const char *pszGroupSettings, const char *pszEnvVarBase, unsigned cGroups, const char * const *papszGroups, uint32_t fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory, uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot, char *pszErrorMsg, size_t cchErrorMsg, const char *pszFilenameFmt, va_list args) argument
[all...]

Completed in 45 milliseconds