Searched defs:xmlSchemaSetParserErrors (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c9983 xmlSchemaSetParserErrors(vctxt->pctxt, vctxt->error,
10183 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
21307 * xmlSchemaSetParserErrors:
21316 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, function
27600 xmlSchemaSetParserErrors(ctxt->pctxt, err, warn, ctx);
H A Delfgcchack.h9750 #undef xmlSchemaSetParserErrors macro
9751 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
9753 #ifndef xmlSchemaSetParserErrors
9754 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
9755 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias macro

Completed in 483 milliseconds