Lines Matching defs:cbError
143 size_t cbError;
367 RTStrPrintf(pEquals->pszError, pEquals->cbError,
371 RTStrPrintf(pEquals->pszError, pEquals->cbError, "Attribute '%s' was not found in the 1st manifest", pAttr->szName);
407 RTStrPrintf(pEquals->pszError, pEquals->cbError, "'%s' was not found in the 1st manifest", pEntry->StrCore.pszString);
458 RTStrPrintf(pEquals->pszError, pEquals->cbError,
462 RTStrPrintf(pEquals->pszError, pEquals->cbError, "Attribute '%s' was not found in the 2nd manifest", pAttr1->szName);
476 RTStrPrintf(pEquals->pszError, pEquals->cbError,
480 RTStrPrintf(pEquals->pszError, pEquals->cbError,
557 RTStrPrintf(pEquals->pszError, pEquals->cbError, "'%s' not found in the 2nd manifest", pEntry1->StrCore.pszString);
573 const char * const *papszIgnoreAttr, uint32_t fFlags, char *pszError, size_t cbError)
579 if (pszError && cbError)
618 Equals.cbError = cbError;