Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h17 #define NGX_HTTP_SSI_MAX_PARAMS 16 macro
H A Dngx_http_ssi_filter_module.c403 ngx_str_t *params[NGX_HTTP_SSI_MAX_PARAMS + 1]; in ngx_http_ssi_body_filter()
733 if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) { in ngx_http_ssi_body_filter()
741 (NGX_HTTP_SSI_MAX_PARAMS + 1) * sizeof(ngx_str_t *)); in ngx_http_ssi_body_filter()