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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c28466 xmlSAXHandlerPtr old_sax; local
28474 old_sax = *sax;
28475 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC))
28477 if ((old_sax != NULL) &&
28478 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) &&
28479 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL)))
28494 ret->user_sax = old_sax;
28648 xmlSAXHandlerPtr old_sax = NULL; local
[all...]
H A Dxmllint.c1635 xmlSAXHandlerPtr old_sax = NULL; local
1694 old_sax = ctxt->sax;
1716 ctxt->sax = old_sax;
/external/libxml2/
H A Dxmlschemas.c28547 xmlSAXHandlerPtr old_sax; local
28555 old_sax = *sax;
28556 if ((old_sax != NULL) && (old_sax->initialized != XML_SAX2_MAGIC))
28558 if ((old_sax != NULL) &&
28559 (old_sax->startElementNs == NULL) && (old_sax->endElementNs == NULL) &&
28560 ((old_sax->startElement != NULL) || (old_sax->endElement != NULL)))
28575 ret->user_sax = old_sax;
28786 xmlSAXHandlerPtr old_sax = NULL; local
[all...]
H A Dxmllint.c1641 xmlSAXHandlerPtr old_sax = NULL; local
1701 old_sax = ctxt->sax;
1723 ctxt->sax = old_sax;

Completed in 533 milliseconds