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

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp132 bool fPendingPrefix; member in struct:RTLOGGERINTERNAL
1188 pLoggerRC->fPendingPrefix = false;
1220 pLoggerRC->fPendingPrefix = pLogger->pInt->fPendingPrefix;
1337 pInt->fPendingPrefix = false;
3422 bool *pfPendingPrefix = &pLogger->fPendingPrefix;
3424 bool *pfPendingPrefix = &pLogger->pInt->fPendingPrefix;
/vbox/include/iprt/
H A Dlog.h268 bool fPendingPrefix; member in struct:RTLOGGERRC

Completed in 54 milliseconds