Searched refs:ngx_http_upstream_srv_conf_t (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 79 typedef struct ngx_http_upstream_srv_conf_s ngx_http_upstream_srv_conf_t; typedef 82 ngx_http_upstream_srv_conf_t *us); 84 ngx_http_upstream_srv_conf_t *us); 150 ngx_http_upstream_srv_conf_t *upstream; 333 ngx_http_upstream_srv_conf_t *upstream; 417 ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf,
|
| H A D | ngx_http_upstream_round_robin.h | 137 ngx_http_upstream_srv_conf_t *us); 139 ngx_http_upstream_srv_conf_t *us);
|
| H A D | ngx_http_upstream_round_robin.c | 32 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_round_robin() 245 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_round_robin_peer()
|
| H A D | ngx_http_upstream.c | 558 ngx_http_upstream_srv_conf_t *uscf, **uscfp; in ngx_http_upstream_init_request() 5706 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream() 5814 ngx_http_upstream_srv_conf_t *uscf = conf; in ngx_http_upstream_server() 5968 ngx_http_upstream_srv_conf_t * 5973 ngx_http_upstream_srv_conf_t *uscf, **uscfp; in ngx_http_upstream_add() 6038 uscf = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_srv_conf_t)); in ngx_http_upstream_add() 6410 sizeof(ngx_http_upstream_srv_conf_t *)) in ngx_http_upstream_create_main_conf() 6431 ngx_http_upstream_srv_conf_t **uscfp; in ngx_http_upstream_init_main_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_random_module.c | 34 ngx_http_upstream_srv_conf_t *us); 36 ngx_http_upstream_srv_conf_t *us); 39 ngx_http_upstream_srv_conf_t *us); 97 ngx_http_upstream_init_random(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_random() 119 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_update_random() 155 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_random_peer() 458 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream_random()
|
| H A D | ngx_http_upstream_hash_module.c | 44 ngx_http_upstream_srv_conf_t *us); 46 ngx_http_upstream_srv_conf_t *us); 51 ngx_http_upstream_srv_conf_t *us); 57 ngx_http_upstream_srv_conf_t *us); 111 ngx_http_upstream_init_hash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_hash() 125 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_hash_peer() 286 ngx_http_upstream_init_chash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_chash() 465 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_chash_peer() 644 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream_hash()
|
| H A D | ngx_http_upstream_ip_hash_module.c | 29 ngx_http_upstream_srv_conf_t *us); 84 ngx_http_upstream_init_ip_hash(ngx_conf_t *cf, ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_ip_hash() 98 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_ip_hash_peer() 259 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream_ip_hash()
|
| H A D | ngx_http_upstream_least_conn_module.c | 14 ngx_http_upstream_srv_conf_t *us); 67 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_least_conn() 84 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_least_conn_peer() 294 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream_least_conn()
|
| H A D | ngx_http_upstream_zone_module.c | 18 ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf); 72 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream_zone() 127 ngx_http_upstream_srv_conf_t *uscf, **uscfp; in ngx_http_upstream_init_zone() 188 ngx_http_upstream_srv_conf_t *uscf) in ngx_http_upstream_zone_copy_peers()
|
| H A D | ngx_http_upstream_keepalive_module.c | 58 ngx_http_upstream_srv_conf_t *us); 140 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_keepalive() 185 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_keepalive_peer() 525 ngx_http_upstream_srv_conf_t *uscf; in ngx_http_upstream_keepalive()
|