dtd 47 http/modules/ngx_http_xslt_filter_module.c xmlDtdPtr dtd; dtd 374 http/modules/ngx_http_xslt_filter_module.c xmlDtdPtr dtd; dtd 394 http/modules/ngx_http_xslt_filter_module.c dtd = conf->dtd; dtd 398 http/modules/ngx_http_xslt_filter_module.c dtd = xmlCopyDtd(conf->dtd); dtd 399 http/modules/ngx_http_xslt_filter_module.c if (dtd == NULL) { dtd 406 http/modules/ngx_http_xslt_filter_module.c xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd); dtd 409 http/modules/ngx_http_xslt_filter_module.c xmlAddPrevSibling(doc->children, (xmlNodePtr) dtd); dtd 414 http/modules/ngx_http_xslt_filter_module.c doc->extSubset = dtd; dtd 716 http/modules/ngx_http_xslt_filter_module.c if (xlcf->dtd) { dtd 727 http/modules/ngx_http_xslt_filter_module.c xlcf->dtd = file[i].data; dtd 737 http/modules/ngx_http_xslt_filter_module.c xlcf->dtd = xmlParseDTD(NULL, (xmlChar *) value[1].data); dtd 739 http/modules/ngx_http_xslt_filter_module.c if (xlcf->dtd == NULL) { dtd 745 http/modules/ngx_http_xslt_filter_module.c cln->data = xlcf->dtd; dtd 753 http/modules/ngx_http_xslt_filter_module.c file->data = xlcf->dtd; dtd 939 http/modules/ngx_http_xslt_filter_module.c if (conf->dtd == NULL) { dtd 940 http/modules/ngx_http_xslt_filter_module.c conf->dtd = prev->dtd;