cap              1207 http/ngx_http_script.c     int                                  *cap;
cap              1223 http/ngx_http_script.c         cap = r->captures;
cap              1230 http/ngx_http_script.c             return cap[n + 1] - cap[n]
cap              1231 http/ngx_http_script.c                    + 2 * ngx_escape_uri(NULL, &p[cap[n]], cap[n + 1] - cap[n],
cap              1234 http/ngx_http_script.c             return cap[n + 1] - cap[n];
cap              1245 http/ngx_http_script.c     int                                  *cap;
cap              1263 http/ngx_http_script.c         cap = r->captures;
cap              1269 http/ngx_http_script.c             e->pos = (u_char *) ngx_escape_uri(pos, &p[cap[n]],
cap              1270 http/ngx_http_script.c                                                cap[n + 1] - cap[n],
cap              1273 http/ngx_http_script.c             e->pos = ngx_copy(pos, &p[cap[n]], cap[n + 1] - cap[n]);