Home
last modified time | relevance | path

Searched refs:ngx_regex_compile (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.h50 ngx_int_t ngx_regex_compile(ngx_regex_compile_t *rc);
H A Dngx_regex.c95 ngx_regex_compile(ngx_regex_compile_t *rc) in ngx_regex_compile() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_referer_module.c621 if (ngx_regex_compile(&rc) != NGX_OK) { in ngx_http_add_regex_referer()
H A Dngx_http_ssi_filter_module.c1898 if (ngx_regex_compile(&rgc) != NGX_OK) { in ngx_http_ssi_regex_match()
H A Dngx_http_fastcgi_module.c3579 if (ngx_regex_compile(&rc) != NGX_OK) { in ngx_http_fastcgi_split_path_info()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.c972 if (ngx_regex_compile(rc) != NGX_OK) { in ngx_stream_regex_compile()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c2435 if (ngx_regex_compile(rc) != NGX_OK) { in ngx_http_regex_compile()
H A Dngx_http_core_module.c4930 if (ngx_regex_compile(&rc) != NGX_OK) { in ngx_http_gzip_disable()