Home
last modified time | relevance | path

Searched refs:ngx_http_xslt_params (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.c89 static ngx_int_t ngx_http_xslt_params(ngx_http_request_t *r,
522 && ngx_http_xslt_params(r, ctx, conf->params, 0) != NGX_OK) in ngx_http_xslt_apply_stylesheet()
529 if (ngx_http_xslt_params(r, ctx, &sheet[i].params, 1) != NGX_OK) { in ngx_http_xslt_apply_stylesheet()
628 ngx_http_xslt_params(ngx_http_request_t *r, ngx_http_xslt_filter_ctx_t *ctx, in ngx_http_xslt_params() function