sax              1562 ext/dom/document.c 	if (ctxt->sax != NULL) {
sax              1563 ext/dom/document.c 		ctxt->sax->error = php_libxml_ctx_error;
sax              1564 ext/dom/document.c 		ctxt->sax->warning = php_libxml_ctx_warning;
sax              2160 ext/dom/document.c 	if (ctxt->sax != NULL) {
sax              2161 ext/dom/document.c 		ctxt->sax->error = php_libxml_ctx_error;
sax              2162 ext/dom/document.c 		ctxt->sax->warning = php_libxml_ctx_warning;
sax                98 ext/soap/php_xml.c 		ctxt->sax->ignorableWhitespace = soap_ignorableWhitespace;
sax                99 ext/soap/php_xml.c 		ctxt->sax->comment = soap_Comment;
sax               100 ext/soap/php_xml.c 		ctxt->sax->warning = NULL;
sax               101 ext/soap/php_xml.c 		ctxt->sax->error = NULL;
sax               148 ext/soap/php_xml.c 		ctxt->sax->ignorableWhitespace = soap_ignorableWhitespace;
sax               149 ext/soap/php_xml.c 		ctxt->sax->comment = soap_Comment;
sax               150 ext/soap/php_xml.c 		ctxt->sax->warning = NULL;
sax               151 ext/soap/php_xml.c 		ctxt->sax->error = NULL;
sax               498 ext/xml/compat.c 		parser->parser->sax->initialized = 1;