named_captures    107 core/ngx_regex.c     n = pcre_fullinfo(re, NULL, PCRE_INFO_NAMECOUNT, &rc->named_captures);
named_captures    113 core/ngx_regex.c     if (rc->named_captures == 0) {
named_captures     31 core/ngx_regex.h     int           named_captures;
named_captures   1748 http/ngx_http_variables.c     n = (ngx_uint_t) rc->named_captures;