Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c28466 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local
28474 old_sax = *sax; in xmlSchemaSAXPlug()
28475 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()
28477 if ((old_sax != NULL) && in xmlSchemaSAXPlug()
28478 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()
28479 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()
28494 ret->user_sax = old_sax; in xmlSchemaSAXPlug()
28495 if (old_sax == NULL) { in xmlSchemaSAXPlug()
28519 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()
28521 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()
[all …]
Dxmllint.c1635 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local
1694 old_sax = ctxt->sax; in testSAX()
1716 ctxt->sax = old_sax; in testSAX()
/external/libxml2/
Dxmlschemas.c28547 xmlSAXHandlerPtr old_sax; in xmlSchemaSAXPlug() local
28555 old_sax = *sax; in xmlSchemaSAXPlug()
28556 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC)) in xmlSchemaSAXPlug()
28558 if ((old_sax != NULL) && in xmlSchemaSAXPlug()
28559 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) && in xmlSchemaSAXPlug()
28560 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL))) in xmlSchemaSAXPlug()
28575 ret->user_sax = old_sax; in xmlSchemaSAXPlug()
28576 if (old_sax == NULL) { in xmlSchemaSAXPlug()
28600 if (old_sax->internalSubset != NULL) in xmlSchemaSAXPlug()
28602 if (old_sax->isStandalone != NULL) in xmlSchemaSAXPlug()
[all …]
Dxmllint.c1641 xmlSAXHandlerPtr old_sax = NULL; in testSAX() local
1701 old_sax = ctxt->sax; in testSAX()
1723 ctxt->sax = old_sax; in testSAX()