ncaptures        2948 http/ngx_http_core_module.c     if (cmcf->ncaptures) {
ncaptures        2949 http/ngx_http_core_module.c         cmcf->ncaptures = (cmcf->ncaptures + 1) * 3;
ncaptures         148 http/ngx_http_core_module.h     ngx_uint_t                 ncaptures;
ncaptures         407 http/ngx_http_request.h     ngx_uint_t                        ncaptures;
ncaptures         944 http/ngx_http_script.c         r->ncaptures = 0;
ncaptures        1019 http/ngx_http_script.c             if (r->ncaptures && (r->quoted_uri || r->plus_in_uri)) {
ncaptures        1025 http/ngx_http_script.c         for (n = 2; n < r->ncaptures; n += 2) {
ncaptures        1196 http/ngx_http_script.c     if (sc->ncaptures < n) {
ncaptures        1197 http/ngx_http_script.c         sc->ncaptures = n;
ncaptures        1221 http/ngx_http_script.c     if (n < r->ncaptures) {
ncaptures        1261 http/ngx_http_script.c     if (n < r->ncaptures) {
ncaptures          47 http/ngx_http_script.h     ngx_uint_t                  ncaptures;
ncaptures        1743 http/ngx_http_variables.c     re->ncaptures = rc->captures;
ncaptures        1746 http/ngx_http_variables.c     cmcf->ncaptures = ngx_max(cmcf->ncaptures, re->ncaptures);
ncaptures        1801 http/ngx_http_variables.c     if (re->ncaptures) {
ncaptures        1802 http/ngx_http_variables.c         len = cmcf->ncaptures;
ncaptures        1853 http/ngx_http_variables.c     r->ncaptures = rc * 2;
ncaptures          72 http/ngx_http_variables.h     ngx_uint_t                    ncaptures;