Home | History | Annotate | Download | only in libxml2

Lines Matching defs:errors

49     int errors;                 /* number of errors found */
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
290 /* desactivated right now as it raises too many errors */
1569 * the errors to @output
1571 * Returns the number of errors found
1585 return(ctxt.errors);
2920 fprintf(ctxt->output, "\tvalidate check the document for errors\n");