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

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp184 PFNRTLOGPHASE pfnPhase; member in struct:RTLOGGERINTERNAL
210 # define RTLOGGERINTERNAL_R0_SIZE RT_OFFSETOF(RTLOGGERINTERNAL, pfnPhase)
781 uint32_t fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory,
842 pLogger->pInt->pfnPhase = pfnPhase;
993 Assert(VALID_PTR(pLogger->pInt->pfnPhase) || pLogger->pInt->pfnPhase == NULL);
994 if (pLogger->pInt->pfnPhase)
995 pLogger->pInt->pfnPhase(pLogger, RTLOGPHASE_BEGIN, rtlogPhaseMsgNormal);
1033 fDestFlags, NULL /*pfnPhase*/,
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.h1660 * @param pfnPhase Callback function for starting logging and for
1677 uint32_t fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory,
1697 * @param pfnPhase Callback function for starting logging and for
1716 uint32_t fDestFlags, PFNRTLOGPHASE pfnPhase, uint32_t cHistory,

Completed in 55 milliseconds