ctxt               56 http/modules/ngx_http_xslt_filter_module.c     xmlParserCtxtPtr     ctxt;
ctxt              229 http/modules/ngx_http_xslt_filter_module.c             if (ctx->ctxt->myDoc) {
ctxt              232 http/modules/ngx_http_xslt_filter_module.c                 ctx->ctxt->myDoc->extSubset = NULL;
ctxt              234 http/modules/ngx_http_xslt_filter_module.c                 xmlFreeDoc(ctx->ctxt->myDoc);
ctxt              237 http/modules/ngx_http_xslt_filter_module.c             xmlFreeParserCtxt(ctx->ctxt);
ctxt              244 http/modules/ngx_http_xslt_filter_module.c             ctx->doc = ctx->ctxt->myDoc;
ctxt              250 http/modules/ngx_http_xslt_filter_module.c             wellFormed = ctx->ctxt->wellFormed;
ctxt              252 http/modules/ngx_http_xslt_filter_module.c             xmlFreeParserCtxt(ctx->ctxt);
ctxt              328 http/modules/ngx_http_xslt_filter_module.c     xmlParserCtxtPtr  ctxt;
ctxt              330 http/modules/ngx_http_xslt_filter_module.c     if (ctx->ctxt == NULL) {
ctxt              332 http/modules/ngx_http_xslt_filter_module.c         ctxt = xmlCreatePushParserCtxt(NULL, NULL, NULL, 0, NULL);
ctxt              333 http/modules/ngx_http_xslt_filter_module.c         if (ctxt == NULL) {
ctxt              339 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->externalSubset = ngx_http_xslt_sax_external_subset;
ctxt              340 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->setDocumentLocator = NULL;
ctxt              341 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->warning = NULL;
ctxt              342 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->error = ngx_http_xslt_sax_error;
ctxt              343 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->fatalError = ngx_http_xslt_sax_error;
ctxt              344 http/modules/ngx_http_xslt_filter_module.c         ctxt->sax->_private = ctx;
ctxt              345 http/modules/ngx_http_xslt_filter_module.c         ctxt->replaceEntities = 1;
ctxt              346 http/modules/ngx_http_xslt_filter_module.c         ctxt->loadsubset = 1;
ctxt              348 http/modules/ngx_http_xslt_filter_module.c         ctx->ctxt = ctxt;
ctxt              352 http/modules/ngx_http_xslt_filter_module.c     err = xmlParseChunk(ctx->ctxt, (char *) b->pos, (int) (b->last - b->pos),
ctxt              371 http/modules/ngx_http_xslt_filter_module.c     xmlParserCtxtPtr ctxt = data;
ctxt              379 http/modules/ngx_http_xslt_filter_module.c     ctx = ctxt->sax->_private;
ctxt              390 http/modules/ngx_http_xslt_filter_module.c     doc = ctxt->myDoc;
ctxt              421 http/modules/ngx_http_xslt_filter_module.c     xmlParserCtxtPtr ctxt = data;
ctxt              428 http/modules/ngx_http_xslt_filter_module.c     ctx = ctxt->sax->_private;