Searched refs:split_regex (Results 1 – 1 of 1) sorted by relevance
50 ngx_regex_t *split_regex; member3104 if (conf->split_regex == NULL) { in ngx_http_fastcgi_merge_loc_conf()3105 conf->split_regex = prev->split_regex; in ngx_http_fastcgi_merge_loc_conf()3448 if (flcf->split_regex == NULL) { in ngx_http_fastcgi_split()3453 n = ngx_regex_exec(flcf->split_regex, &r->uri, captures, (1 + 2) * 3); in ngx_http_fastcgi_split()3590 flcf->split_regex = rc.regex; in ngx_http_fastcgi_split_path_info()