Home
last modified time | relevance | path

Searched refs:xmlSchemaSAXPlug (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemas.h208 xmlSchemaSAXPlug (xmlSchemaValidCtxtPtr ctxt,
/external/libxml2/
Dxmlreader.c4190 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSetSchema()
4367 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
4381 reader->xsdPlug = xmlSchemaSAXPlug(reader->xsdValidCtxt, in xmlTextReaderSchemaValidateInternal()
Delfgcchack.h9806 #undef xmlSchemaSAXPlug
9807 extern __typeof (xmlSchemaSAXPlug) xmlSchemaSAXPlug __attribute((alias("xmlSchemaSAXPlug__internal_…
9809 #ifndef xmlSchemaSAXPlug
9810 extern __typeof (xmlSchemaSAXPlug) xmlSchemaSAXPlug__internal_alias __attribute((visibility("hidden…
9811 #define xmlSchemaSAXPlug xmlSchemaSAXPlug__internal_alias macro
Dxmlschemas.c28468 xmlSchemaSAXPlug(xmlSchemaValidCtxtPtr ctxt, in xmlSchemaSAXPlug() function
28689 plug = xmlSchemaSAXPlug(ctxt, &(pctxt->sax), &(pctxt->userData)); in xmlSchemaValidateStream()