Home
last modified time | relevance | path

Searched refs:old_sax (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dtestlimits.c1264 xmlSAXHandlerPtr old_sax; in saxTest() local
1274 old_sax = ctxt->sax; in saxTest()
1299 ctxt->sax = old_sax; in saxTest()
Dxmlschemas.c28815 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local
28823 old_sax = *sax; in xmlSchemaSAXPlug()
28824 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()
28826 if ((old_sax != NULL) && in xmlSchemaSAXPlug()
28827 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()
28828 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()
28843 ret->user_sax = old_sax; in xmlSchemaSAXPlug()
28844 if (old_sax == NULL) { in xmlSchemaSAXPlug()
28868 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()
28870 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()
[all …]
Dxmllint.c1634 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local
1693 old_sax = ctxt->sax; in testSAX()
1715 ctxt->sax = old_sax; in testSAX()