xmcf              714 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_main_conf_t  *xmcf;
xmcf              722 http/modules/ngx_http_xslt_filter_module.c     xmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_xslt_filter_module);
xmcf              724 http/modules/ngx_http_xslt_filter_module.c     file = xmcf->dtd_files.elts;
xmcf              725 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < xmcf->dtd_files.nelts; i++) {
xmcf              747 http/modules/ngx_http_xslt_filter_module.c     file = ngx_array_push(&xmcf->dtd_files);
xmcf              772 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_main_conf_t  *xmcf;
xmcf              796 http/modules/ngx_http_xslt_filter_module.c     xmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_xslt_filter_module);
xmcf              798 http/modules/ngx_http_xslt_filter_module.c     file = xmcf->sheet_files.elts;
xmcf              799 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < xmcf->sheet_files.nelts; i++) {
xmcf              822 http/modules/ngx_http_xslt_filter_module.c     file = ngx_array_push(&xmcf->sheet_files);