Searched refs:oldErrs (Results 1 – 1 of 1) sorted by relevance
9677 int res = 0, oldErrs = ctxt->nberrors; in xmlSchemaParseSchemaElement() local9771 if (oldErrs != ctxt->nberrors) in xmlSchemaParseSchemaElement()9793 int res = 0, oldErrs, tmpOldErrs; in xmlSchemaParseSchemaTopLevel() local9798 oldErrs = ctxt->nberrors; in xmlSchemaParseSchemaTopLevel()9883 if (oldErrs != ctxt->nberrors) in xmlSchemaParseSchemaTopLevel()10143 int ret, oldErrs; in xmlSchemaParseNewDocWithContext() local10182 oldErrs = pctxt->nberrors; in xmlSchemaParseNewDocWithContext()10191 if ((ret == 0) && (oldErrs != pctxt->nberrors)) { in xmlSchemaParseNewDocWithContext()