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

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp436 char *pszDigestEnd = rtManifestPosOfCharInBuf(pcBuf, cch, '\r'); local
437 if (!pszDigestEnd)
438 pszDigestEnd = rtManifestPosOfCharInBuf(pcBuf, cch, '\n');
439 if (!pszDigestEnd)
446 size_t cchDigest = pszDigestEnd - pszDigestStart - 1;

Completed in 41 milliseconds