doc                55 http/modules/ngx_http_xslt_filter_module.c     xmlDocPtr            doc;
doc               244 http/modules/ngx_http_xslt_filter_module.c             ctx->doc = ctx->ctxt->myDoc;
doc               247 http/modules/ngx_http_xslt_filter_module.c             ctx->doc->extSubset = NULL;
doc               259 http/modules/ngx_http_xslt_filter_module.c             xmlFreeDoc(ctx->doc);
doc               373 http/modules/ngx_http_xslt_filter_module.c     xmlDocPtr                         doc;
doc               390 http/modules/ngx_http_xslt_filter_module.c     doc = ctxt->myDoc;
doc               405 http/modules/ngx_http_xslt_filter_module.c     if (doc->children == NULL) {
doc               406 http/modules/ngx_http_xslt_filter_module.c         xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd);
doc               409 http/modules/ngx_http_xslt_filter_module.c         xmlAddPrevSibling(doc->children, (xmlNodePtr) dtd);
doc               414 http/modules/ngx_http_xslt_filter_module.c     doc->extSubset = dtd;
doc               452 http/modules/ngx_http_xslt_filter_module.c     xmlDocPtr                         doc, res;
doc               458 http/modules/ngx_http_xslt_filter_module.c     doc = ctx->doc;
doc               465 http/modules/ngx_http_xslt_filter_module.c         xmlFreeDoc(doc);
doc               472 http/modules/ngx_http_xslt_filter_module.c             xmlFreeDoc(doc);
doc               476 http/modules/ngx_http_xslt_filter_module.c         res = xsltApplyStylesheet(sheet[i].stylesheet, doc, ctx->params.elts);
doc               478 http/modules/ngx_http_xslt_filter_module.c         xmlFreeDoc(doc);
doc               486 http/modules/ngx_http_xslt_filter_module.c         doc = res;
doc               502 http/modules/ngx_http_xslt_filter_module.c     doc_type = doc->type;
doc               509 http/modules/ngx_http_xslt_filter_module.c     rc = xsltSaveResultToString(&buf, &len, doc, sheet[i - 1].stylesheet);
doc               511 http/modules/ngx_http_xslt_filter_module.c     xmlFreeDoc(doc);