Home
last modified time | relevance | path

Searched refs:ngx_regex_exec (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.h52 #define ngx_regex_exec(re, s, captures, size) \ macro
H A Dngx_regex.c208 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 Dngx_stream_variables.c1056 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 Dngx_http_ssi_filter_module.c1910 rc = ngx_regex_exec(rgc.regex, str, captures, n); in ngx_http_ssi_regex_match()
H A Dngx_http_fastcgi_module.c3453 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 Dngx_http_variables.c2520 rc = ngx_regex_exec(re->regex, s, r->captures, len); in ngx_http_regex_exec()
H A Dngx_http_request.c2269 n = ngx_regex_exec(sn[i].regex->regex, host, NULL, 0); in ngx_http_find_virtual_server()