Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.c14 } ngx_regex_conf_t; typedef
38 offsetof(ngx_regex_conf_t, pcre_jit),
299 ngx_regex_conf_t *rcf; in ngx_regex_module_init()
302 rcf = (ngx_regex_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_regex_module); in ngx_regex_module_init()
377 ngx_regex_conf_t *rcf; in ngx_regex_create_conf()
379 rcf = ngx_pcalloc(cycle->pool, sizeof(ngx_regex_conf_t)); in ngx_regex_create_conf()
398 ngx_regex_conf_t *rcf = conf; in ngx_regex_init_conf()