Searched refs:rgc (Results 1 – 1 of 1) sorted by relevance
1889 ngx_regex_compile_t rgc; in ngx_http_ssi_regex_match() local1891 ngx_memzero(&rgc, sizeof(ngx_regex_compile_t)); in ngx_http_ssi_regex_match()1893 rgc.pattern = *pattern; in ngx_http_ssi_regex_match()1894 rgc.pool = r->pool; in ngx_http_ssi_regex_match()1895 rgc.err.len = NGX_MAX_CONF_ERRSTR; in ngx_http_ssi_regex_match()1896 rgc.err.data = errstr; in ngx_http_ssi_regex_match()1898 if (ngx_regex_compile(&rgc) != NGX_OK) { in ngx_http_ssi_regex_match()1903 n = (rgc.captures + 1) * 3; in ngx_http_ssi_regex_match()1929 if (rgc.named_captures > 0) { in ngx_http_ssi_regex_match()1939 size = rgc.name_size; in ngx_http_ssi_regex_match()[all …]