Searched refs:cbErr (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTR0Common.h | 82 size_t cbErr = pReqHdr->cbReq - sizeof(pReq->Hdr); \ 84 RTStrCopyEx(pReq->szMsg, (cbErr), g_szErr, sizeof(g_szErr) - 1); \
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | manifest2.cpp | 1273 RTDECL(int) RTManifestReadStandardEx(RTMANIFEST hManifest, RTVFSIOSTREAM hVfsIos, char *pszErr, size_t cbErr) 1279 if (pszErr && cbErr) 1301 RTStrPrintf(pszErr, cbErr, "Error reading line #u: %Rrc", iLine, rc); 1306 RTStrPrintf(pszErr, cbErr, "Line number %u is too long", iLine); 1333 RTStrPrintf(pszErr, cbErr, "Expected '(' after %zu on line %u", psz - szLine, iLine); 1354 RTStrPrintf(pszErr, cbErr, "Expected ')=' at %zu on line %u", psz - szLine, iLine); 1365 RTStrPrintf(pszErr, cbErr, "Expected value at %zu on line %u", psz - szLine, iLine); 1390 RTStrPrintf(pszErr, cbErr, "Malformed value ('%s') at %zu on line %u: %Rrc", pszValue, psz - szLine, iLine, rc); 1417 RTStrPrintf(pszErr, cbErr, "Expected hex digit at %zu on line %u (value '%s', pos %u)", 1431 RTStrPrintf(pszErr, cbErr, "RTManifestEntrySetAtt [all...] |
/vbox/include/iprt/ |
H A D | manifest.h | 357 * @param cbErr The size of the buffer @a pszErr points to. 359 RTDECL(int) RTManifestReadStandardEx(RTMANIFEST hManifest, RTVFSIOSTREAM hVfsIos, char *pszErr, size_t cbErr);
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPR3HardenedVerify.cpp | 987 size_t cbErr = pErrInfo->cbMsg; local 992 while (cMsgs-- > 0 && cbErr > 0) 996 if (cchMsg >= cbErr) 997 cchMsg = cbErr - 1; 1001 cbErr -= cchMsg;
|
Completed in 82 milliseconds