Home
last modified time | relevance | path

Searched refs:ngx_stream_regex_compile (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.h84 ngx_stream_regex_t *ngx_stream_regex_compile(ngx_conf_t *cf,
H A Dngx_stream_map_module.c553 regex->regex = ngx_stream_regex_compile(ctx->cf, &rc); in ngx_stream_map()
H A Dngx_stream_variables.c959 ngx_stream_regex_compile(ngx_conf_t *cf, ngx_regex_compile_t *rc) in ngx_stream_regex_compile() function