Home
last modified time | relevance | path

Searched refs:xmcf (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_xslt_filter_module.c830 ngx_http_xslt_filter_main_conf_t *xmcf; in ngx_http_xslt_entities() local
838 xmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_xslt_filter_module); in ngx_http_xslt_entities()
840 file = xmcf->dtd_files.elts; in ngx_http_xslt_entities()
841 for (i = 0; i < xmcf->dtd_files.nelts; i++) { in ngx_http_xslt_entities()
863 file = ngx_array_push(&xmcf->dtd_files); in ngx_http_xslt_entities()
888 ngx_http_xslt_filter_main_conf_t *xmcf; in ngx_http_xslt_stylesheet() local
912 xmcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_xslt_filter_module); in ngx_http_xslt_stylesheet()
914 file = xmcf->sheet_files.elts; in ngx_http_xslt_stylesheet()
915 for (i = 0; i < xmcf->sheet_files.nelts; i++) { in ngx_http_xslt_stylesheet()
938 file = ngx_array_push(&xmcf->sheet_files); in ngx_http_xslt_stylesheet()