Searched refs:NGX_HTTP_SSI_MAX_PARAMS (Results 1 – 2 of 2) sorted by relevance
17 #define NGX_HTTP_SSI_MAX_PARAMS 16 macro
403 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()