Home
last modified time | relevance | path

Searched refs:ngx_http_upstream_hash_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_hash_module.c28 } ngx_http_upstream_hash_srv_conf_t; typedef
34 ngx_http_upstream_hash_srv_conf_t *conf;
127 ngx_http_upstream_hash_srv_conf_t *hcf; in ngx_http_upstream_init_hash_peer()
296 ngx_http_upstream_hash_srv_conf_t *hcf; in ngx_http_upstream_init_chash()
468 ngx_http_upstream_hash_srv_conf_t *hcf; in ngx_http_upstream_init_chash_peer()
505 ngx_http_upstream_hash_srv_conf_t *hcf; in ngx_http_upstream_get_chash_peer()
625 ngx_http_upstream_hash_srv_conf_t *conf; in ngx_http_upstream_hash_create_conf()
627 conf = ngx_palloc(cf->pool, sizeof(ngx_http_upstream_hash_srv_conf_t)); in ngx_http_upstream_hash_create_conf()
641 ngx_http_upstream_hash_srv_conf_t *hcf = conf; in ngx_http_upstream_hash()