Searched refs:ngx_regex_exec (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_regex.h | 52 #define ngx_regex_exec(re, s, captures, size) \ macro
|
| H A D | ngx_regex.c | 208 n = ngx_regex_exec(re[i].regex, s, NULL, 0); in ngx_regex_exec_array()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.c | 1056 rc = ngx_regex_exec(re->regex, str, s->captures, len); in ngx_stream_regex_exec()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_ssi_filter_module.c | 1910 rc = ngx_regex_exec(rgc.regex, str, captures, n); in ngx_http_ssi_regex_match()
|
| H A D | ngx_http_fastcgi_module.c | 3453 n = ngx_regex_exec(flcf->split_regex, &r->uri, captures, (1 + 2) * 3); in ngx_http_fastcgi_split()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_variables.c | 2520 rc = ngx_regex_exec(re->regex, s, r->captures, len); in ngx_http_regex_exec()
|
| H A D | ngx_http_request.c | 2269 n = ngx_regex_exec(sn[i].regex->regex, host, NULL, 0); in ngx_http_find_virtual_server()
|