Searched refs:cbHistoryFileMax (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp189 uint64_t cbHistoryFileMax; member in struct:RTLOGGERINTERNAL
212 AssertCompileMemberAlignment(RTLOGGERINTERNAL, cbHistoryFileMax, sizeof(uint64_t));
782 uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot,
845 if (cbHistoryFileMax == 0)
846 pLogger->pInt->cbHistoryFileMax = UINT64_MAX;
848 pLogger->pInt->cbHistoryFileMax = cbHistoryFileMax;
1033 fDestFlags, NULL /*pfnPhase*/, 0 /*cHistory*/, 0 /*cbHistoryFileMax*/, 0 /*cSecsHistoryTimeSlot*/,
1044 uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot,
1052 fDestFlags, pfnPhase, cHistory, cbHistoryFileMax, cSecsHistoryTimeSlo
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...]
/vbox/include/iprt/
H A Dlog.h1665 * @param cbHistoryFileMax Maximum size of log file when performing
1678 uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot,
1702 * @param cbHistoryFileMax Maximum size of log file when performing
1717 uint64_t cbHistoryFileMax, uint32_t cSecsHistoryTimeSlot,

Completed in 49 milliseconds