Home
last modified time | relevance | path

Searched refs:ngx_http_regex_compile (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h87 ngx_http_regex_t *ngx_http_regex_compile(ngx_conf_t *cf,
H A Dngx_http_core_module.c3080 clcf->regex = ngx_http_regex_compile(cf, &rc); in ngx_http_core_regex_location()
4221 sn->regex = ngx_http_regex_compile(cf, &rc); in ngx_http_core_server_name()
H A Dngx_http_variables.c2422 ngx_http_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc) in ngx_http_regex_compile() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c329 regex->regex = ngx_http_regex_compile(cf, &rc); in ngx_http_rewrite()
763 regex->regex = ngx_http_regex_compile(cf, &rc); in ngx_http_rewrite_if_condition()
H A Dngx_http_map_module.c554 regex->regex = ngx_http_regex_compile(ctx->cf, &rc); in ngx_http_map()
H A Dngx_http_proxy_module.c4063 pr->pattern.regex = ngx_http_regex_compile(cf, &rc); in ngx_http_proxy_rewrite_regex()