Searched refs:cchPreamble (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/crypto/
H A Dpem.h95 size_t cchPreamble; member in struct:RTCRPEMSECTION
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp640 size_t cchPreamble; local
680 cchPreamble = sizeof("\n*FLUSH RING BUF*\n") - 1;
689 cchPreamble = 0;
698 cchPreamble = 0;
706 if (cchPreamble)
707 RTLogWriteUser(pszPreamble, cchPreamble);
716 if (cchPreamble)
717 RTLogWriteDebugger(pszPreamble, cchPreamble);
729 if (cchPreamble)
730 RTFileWrite(pLogger->pInt->hFile, pszPreamble, cchPreamble, NUL
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dpemfile.cpp312 pFree->cchPreamble = 0;
357 //pSection->cchPreamble = 0;
406 //pSection->cchPreamble = 0;

Completed in 47 milliseconds