sax               339 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->externalSubset = ngx_http_xslt_sax_external_subset;
sax               340 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->setDocumentLocator = NULL;
sax               341 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->warning = NULL;
sax               342 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->error = ngx_http_xslt_sax_error;
sax               343 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->fatalError = ngx_http_xslt_sax_error;
sax               344 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->_private = ctx;
sax               379 http/modules/ngx_http_xslt_filter_module.c     ctx = ctxt->sax->_private;
sax               428 http/modules/ngx_http_xslt_filter_module.c     ctx = ctxt->sax->_private;