• Home
  • Raw
  • Download

Lines Matching refs:nberrors

593     int nberrors;  member
980 int nberrors; member
1871 ctxt->nberrors++; in xmlSchemaPErrMemory()
1896 ctxt->nberrors++; in xmlSchemaPErr()
1962 ctxt->nberrors++; in xmlSchemaPErrExt()
1993 ctxt->nberrors++; in xmlSchemaVErrMemory()
2038 vctxt->nberrors++; in xmlSchemaErr4Line()
2090 pctxt->nberrors++; in xmlSchemaErr4Line()
7093 int nberrors, hasForm = 0, defValueType = 0; in xmlSchemaParseLocalAttribute() local
7114 nberrors = pctxt->nberrors; in xmlSchemaParseLocalAttribute()
7232 if (nberrors != pctxt->nberrors) in xmlSchemaParseLocalAttribute()
9616 int res = 0, oldErrs = ctxt->nberrors; in xmlSchemaParseSchemaElement()
9710 if (oldErrs != ctxt->nberrors) in xmlSchemaParseSchemaElement()
9737 oldErrs = ctxt->nberrors; in xmlSchemaParseSchemaTopLevel()
9750 tmpOldErrs = ctxt->nberrors; in xmlSchemaParseSchemaTopLevel()
9754 if (tmpOldErrs != ctxt->nberrors) in xmlSchemaParseSchemaTopLevel()
9757 tmpOldErrs = ctxt->nberrors; in xmlSchemaParseSchemaTopLevel()
9761 if (tmpOldErrs != ctxt->nberrors) in xmlSchemaParseSchemaTopLevel()
9764 tmpOldErrs = ctxt->nberrors; in xmlSchemaParseSchemaTopLevel()
9768 if (tmpOldErrs != ctxt->nberrors) in xmlSchemaParseSchemaTopLevel()
9822 if (oldErrs != ctxt->nberrors) in xmlSchemaParseSchemaTopLevel()
10122 oldErrs = pctxt->nberrors; in xmlSchemaParseNewDocWithContext()
10131 if ((ret == 0) && (oldErrs != pctxt->nberrors)) { in xmlSchemaParseNewDocWithContext()
10193 pctxt->nberrors += newpctxt->nberrors; in xmlSchemaParseNewDoc()
18028 int res, olderrs = pctxt->nberrors; in xmlSchemaFixupSimpleTypeStageTwo()
18106 if (olderrs != pctxt->nberrors) in xmlSchemaFixupSimpleTypeStageTwo()
18121 int res = 0, olderrs = pctxt->nberrors; in xmlSchemaFixupComplexType()
18538 if (olderrs != pctxt->nberrors) in xmlSchemaFixupComplexType()
18811 int res, olderrs = pctxt->nberrors; in xmlSchemaCheckFacetValues()
18836 if (olderrs != pctxt->nberrors) in xmlSchemaCheckFacetValues()
20924 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
20946 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
20953 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
20960 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
20967 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
20989 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21010 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21031 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21051 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21070 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21089 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21108 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21129 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21137 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21156 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21202 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21221 if (pctxt->nberrors != 0) in xmlSchemaFixupComponents()
21282 ctxt->nberrors = 0; in xmlSchemaParse()
21329 if (ctxt->nberrors != 0) in xmlSchemaParse()
21345 if (ctxt->nberrors != 0) { in xmlSchemaParse()
21629 pctxt->nberrors = 0; in xmlSchemaAssembleByLocation()
21639 if ((ret == 0) && (pctxt->nberrors != 0)) in xmlSchemaAssembleByLocation()
21641 if (pctxt->nberrors == 0) { in xmlSchemaAssembleByLocation()
21656 vctxt->nberrors += pctxt->nberrors; in xmlSchemaAssembleByLocation()
21659 vctxt->nberrors += pctxt->nberrors; in xmlSchemaAssembleByLocation()
27954 vctxt->nberrors = 0; in xmlSchemaPreRun()