Searched refs:ngx_regex_compile_t (Results 1 – 14 of 14) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_regex.h | 40 } ngx_regex_compile_t; typedef 50 ngx_int_t ngx_regex_compile(ngx_regex_compile_t *rc);
|
| H A D | ngx_regex.c | 95 ngx_regex_compile(ngx_regex_compile_t *rc) in ngx_regex_compile()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.h | 85 ngx_regex_compile_t *rc);
|
| H A D | ngx_stream_map_module.c | 529 ngx_regex_compile_t rc; in ngx_stream_map() 541 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_stream_map()
|
| H A D | ngx_stream_variables.c | 959 ngx_stream_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc) in ngx_stream_regex_compile()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_variables.h | 88 ngx_regex_compile_t *rc);
|
| H A D | ngx_http_core_module.c | 3065 ngx_regex_compile_t rc; in ngx_http_core_regex_location() 3068 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_core_regex_location() 4196 ngx_regex_compile_t rc; in ngx_http_core_server_name() 4208 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_core_server_name() 4887 ngx_regex_compile_t rc; in ngx_http_gzip_disable() 4900 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_gzip_disable()
|
| H A D | ngx_http_variables.c | 2422 ngx_http_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc) in ngx_http_regex_compile()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_rewrite_module.c | 304 ngx_regex_compile_t rc; in ngx_http_rewrite() 321 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_rewrite() 648 ngx_regex_compile_t rc; in ngx_http_rewrite_if_condition() 756 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_rewrite_if_condition()
|
| H A D | ngx_http_map_module.c | 530 ngx_regex_compile_t rc; in ngx_http_map() 542 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_map()
|
| H A D | ngx_http_referer_module.c | 590 ngx_regex_compile_t rc; in ngx_http_add_regex_referer() 613 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_add_regex_referer()
|
| H A D | ngx_http_ssi_filter_module.c | 1889 ngx_regex_compile_t rgc; in ngx_http_ssi_regex_match() 1891 ngx_memzero(&rgc, sizeof(ngx_regex_compile_t)); in ngx_http_ssi_regex_match()
|
| H A D | ngx_http_fastcgi_module.c | 3565 ngx_regex_compile_t rc; in ngx_http_fastcgi_split_path_info() 3572 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_fastcgi_split_path_info()
|
| H A D | ngx_http_proxy_module.c | 4051 ngx_regex_compile_t rc; in ngx_http_proxy_rewrite_regex() 4053 ngx_memzero(&rc, sizeof(ngx_regex_compile_t)); in ngx_http_proxy_rewrite_regex()
|