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

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp429 char *pszDigestStart = rtManifestPosOfCharInBuf(pcBuf, cch, '=') + 1; local
430 if (!pszDigestStart)
446 size_t cchDigest = pszDigestEnd - pszDigestStart - 1;
454 memcpy(pszDigest, pszDigestStart + 1, cchDigest);

Completed in 42 milliseconds