Home
last modified time | relevance | path

Searched refs:xmlSchemaSetParserErrors (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemas.h129 xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt,
/external/libxml2/
Delfgcchack.h9830 #undef xmlSchemaSetParserErrors
9831 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSe…
9833 #ifndef xmlSchemaSetParserErrors
9834 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((vi…
9835 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias macro
Dxmllint.c3589 xmlSchemaSetParserErrors(ctxt, in main()
Dxmlreader.c4352 xmlSchemaSetParserErrors(pctxt, in xmlTextReaderSchemaValidateInternal()
Dxmlschemas.c9981 xmlSchemaSetParserErrors(vctxt->pctxt, vctxt->error, in xmlSchemaCreatePCtxtOnVCtxt()
10181 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning, in xmlSchemaParseNewDoc()
21388 xmlSchemaSetParserErrors(xmlSchemaParserCtxtPtr ctxt, in xmlSchemaSetParserErrors() function
27680 xmlSchemaSetParserErrors(ctxt->pctxt, err, warn, ctx); in xmlSchemaSetValidErrors()