xlcf              708 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_loc_conf_t *xlcf = conf;
xlcf              716 http/modules/ngx_http_xslt_filter_module.c     if (xlcf->dtd) {
xlcf              727 http/modules/ngx_http_xslt_filter_module.c             xlcf->dtd = file[i].data;
xlcf              737 http/modules/ngx_http_xslt_filter_module.c     xlcf->dtd = xmlParseDTD(NULL, (xmlChar *) value[1].data);
xlcf              739 http/modules/ngx_http_xslt_filter_module.c     if (xlcf->dtd == NULL) {
xlcf              745 http/modules/ngx_http_xslt_filter_module.c     cln->data = xlcf->dtd;
xlcf              753 http/modules/ngx_http_xslt_filter_module.c     file->data = xlcf->dtd;
xlcf              763 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_loc_conf_t *xlcf = conf;
xlcf              776 http/modules/ngx_http_xslt_filter_module.c     if (xlcf->sheets.elts == NULL) {
xlcf              777 http/modules/ngx_http_xslt_filter_module.c         if (ngx_array_init(&xlcf->sheets, cf->pool, 1,
xlcf              785 http/modules/ngx_http_xslt_filter_module.c     sheet = ngx_array_push(&xlcf->sheets);