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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c9981 xmlSchemaSetParserErrors(vctxt->pctxt, vctxt->error,
10181 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
21378 * xmlSchemaSetParserErrors:
21387 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, function
27674 xmlSchemaSetParserErrors(ctxt->pctxt, err, warn, ctx);
H A Delfgcchack.h9830 #undef xmlSchemaSetParserErrors macro
9831 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
9833 #ifndef xmlSchemaSetParserErrors
9834 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
9835 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias macro
/external/libxml2/
H A Dxmlschemas.c10000 xmlSchemaSetParserErrors(vctxt->pctxt, vctxt->error,
10200 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
21407 * xmlSchemaSetParserErrors:
21416 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, function
27752 xmlSchemaSetParserErrors(ctxt->pctxt, err, warn, ctx);
H A Delfgcchack.h9956 #undef xmlSchemaSetParserErrors macro
9957 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
9959 #ifndef xmlSchemaSetParserErrors
9960 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
9961 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias macro

Completed in 5586 milliseconds