Home
last modified time | relevance | path

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

/dports/www/nginx-full/ngx_http_substitutions_filter_module-b8a71ea/
H A Dngx_http_subs_filter_module.c22 #ifndef NGX_HTTP_MAX_CAPTURES
23 #define NGX_HTTP_MAX_CAPTURES 9 macro
732 pair->ncaptures = (NGX_HTTP_MAX_CAPTURES + 1) * 3; in ngx_http_subs_match_regex_substituion()