Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_random_module.c21 } ngx_http_upstream_random_srv_conf_t; typedef
28 ngx_http_upstream_random_srv_conf_t *conf;
126 ngx_http_upstream_random_srv_conf_t *rcf; in ngx_http_upstream_update_random()
157 ngx_http_upstream_random_srv_conf_t *rcf; in ngx_http_upstream_init_random_peer()
435 ngx_http_upstream_random_srv_conf_t *conf; in ngx_http_upstream_random_create_conf()
437 conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_random_srv_conf_t)); in ngx_http_upstream_random_create_conf()
455 ngx_http_upstream_random_srv_conf_t *rcf = conf; in ngx_http_upstream_random()