Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtestlimits.c1264 xmlSAXHandlerPtr old_sax; in saxTest() local
1274 old_sax = ctxt->sax; in saxTest()
1299 ctxt->sax = old_sax; in saxTest()
Dxmlschemas.c28828 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local
28836 old_sax = *sax; in xmlSchemaSAXPlug()
28837 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()
28839 if ((old_sax != NULL) && in xmlSchemaSAXPlug()
28840 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()
28841 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()
28856 ret->user_sax = old_sax; in xmlSchemaSAXPlug()
28857 if (old_sax == NULL) { in xmlSchemaSAXPlug()
28881 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()
28883 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()
[all …]
Dxmllint.c1634 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local
1699 old_sax = ctxt->sax; in testSAX()
1721 ctxt->sax = old_sax; in testSAX()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemas.c28659 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local
28667 old_sax = *sax; in xmlSchemaSAXPlug()
28668 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()
28670 if ((old_sax != NULL) && in xmlSchemaSAXPlug()
28671 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()
28672 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()
28687 ret->user_sax = old_sax; in xmlSchemaSAXPlug()
28688 if (old_sax == NULL) { in xmlSchemaSAXPlug()
28712 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()
28714 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()
[all …]