Searched refs:ngx_http_xslt_params (Results 1 – 1 of 1) sorted by relevance
89 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