Searched refs:achScratch (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Runtime/common/log/ |
H A D | log.cpp | 1278 rtLogOutput(pLogger, pLoggerRC->achScratch, pLoggerRC->offScratch); 1309 pLogger->achScratch[0] = 0; 1470 rtLogOutput(pLogger, pLoggerR0->achScratch, pLoggerR0->offScratch); 1537 rtLogOutput(pDstLogger, pSrcLogger->achScratch, pSrcLogger->offScratch); 2870 char achScratch[80]; 2890 rtLogRingBufWrite(pThis->pInt, pThis->achScratch, pThis->offScratch); 2894 RTLogWriteUser(pThis->achScratch, pThis->offScratch); 2897 RTLogWriteDebugger(pThis->achScratch, pThis->offScratch); 2900 RTLogWriteStdOut(pThis->achScratch, pThis->offScratch); 2903 RTLogWriteStdErr(pThis->achScratch, pThi [all...] |
/vbox/src/VBox/Debugger/ |
H A D | DBGCCmdWorkers.cpp | 213 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
|
H A D | DBGCEval.cpp | 87 return sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]); 1000 size_t cbScratch = sizeof(pDbgc->achScratch) - (pDbgc->pszScratch - &pDbgc->achScratch[0]);
|
H A D | DBGConsole.cpp | 343 char *pszTrg = &pDbgc->achScratch[0]; 372 rc = dbgcEvalCommand(pDbgc, &pDbgc->achScratch[0], pszTrg - &pDbgc->achScratch[0] - 1, fNoExecute); 944 pDbgc->pszScratch = &pDbgc->achScratch[0];
|
H A D | DBGCInternal.h | 201 char achScratch[16384]; member in struct:DBGC
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | VMMRC.cpp | 197 && pVM->vmm.s.pRCLoggerRC->offScratch >= (sizeof(pVM->vmm.s.pRCLoggerRC->achScratch)*3/4))
|
/vbox/include/iprt/ |
H A D | log.h | 264 char achScratch[32768]; member in struct:RTLOGGERRC 306 char achScratch[49152]; member in struct:RTLOGGER
|
Completed in 343 milliseconds