Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.c299 ngx_regex_conf_t *rcf; in ngx_regex_module_init() local
302 rcf = (ngx_regex_conf_t *) ngx_get_conf(cycle->conf_ctx, ngx_regex_module); in ngx_regex_module_init()
304 if (rcf->pcre_jit) { in ngx_regex_module_init()
377 ngx_regex_conf_t *rcf; in ngx_regex_create_conf() local
379 rcf = ngx_pcalloc(cycle->pool, sizeof(ngx_regex_conf_t)); in ngx_regex_create_conf()
380 if (rcf == NULL) { in ngx_regex_create_conf()
384 rcf->pcre_jit = NGX_CONF_UNSET; in ngx_regex_create_conf()
391 return rcf; in ngx_regex_create_conf()
398 ngx_regex_conf_t *rcf = conf; in ngx_regex_init_conf() local
400 ngx_conf_init_value(rcf->pcre_jit, 0); in ngx_regex_init_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_random_module.c124 ngx_stream_upstream_random_srv_conf_t *rcf; in ngx_stream_upstream_update_random() local
126 rcf = ngx_stream_conf_upstream_srv_conf(us, in ngx_stream_upstream_update_random()
145 rcf->ranges = ranges; in ngx_stream_upstream_update_random()
155 ngx_stream_upstream_random_srv_conf_t *rcf; in ngx_stream_upstream_init_random_peer() local
161 rcf = ngx_stream_conf_upstream_srv_conf(us, in ngx_stream_upstream_init_random_peer()
176 if (rcf->two) { in ngx_stream_upstream_init_random_peer()
183 rp->conf = rcf; in ngx_stream_upstream_init_random_peer()
189 if (rp->rrp.peers->shpool && rcf->ranges == NULL) { in ngx_stream_upstream_init_random_peer()
455 ngx_stream_upstream_random_srv_conf_t *rcf = conf; in ngx_stream_upstream_random() local
483 rcf->two = 1; in ngx_stream_upstream_random()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_random_module.c126 ngx_http_upstream_random_srv_conf_t *rcf; in ngx_http_upstream_update_random() local
128 rcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_random_module); in ngx_http_upstream_update_random()
147 rcf->ranges = ranges; in ngx_http_upstream_update_random()
157 ngx_http_upstream_random_srv_conf_t *rcf; in ngx_http_upstream_init_random_peer() local
163 rcf = ngx_http_conf_upstream_srv_conf(us, ngx_http_upstream_random_module); in ngx_http_upstream_init_random_peer()
176 if (rcf->two) { in ngx_http_upstream_init_random_peer()
183 rp->conf = rcf; in ngx_http_upstream_init_random_peer()
189 if (rp->rrp.peers->shpool && rcf->ranges == NULL) { in ngx_http_upstream_init_random_peer()
455 ngx_http_upstream_random_srv_conf_t *rcf = conf; in ngx_http_upstream_random() local
483 rcf->two = 1; in ngx_http_upstream_random()