Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c36 } ngx_http_upstream_keepalive_cache_t; typedef
144 ngx_http_upstream_keepalive_cache_t *cached; in ngx_http_upstream_init_keepalive()
166 sizeof(ngx_http_upstream_keepalive_cache_t) * kcf->max_cached); in ngx_http_upstream_init_keepalive()
230 ngx_http_upstream_keepalive_cache_t *item; in ngx_http_upstream_get_keepalive_peer()
255 item = ngx_queue_data(q, ngx_http_upstream_keepalive_cache_t, queue); in ngx_http_upstream_get_keepalive_peer()
299 ngx_http_upstream_keepalive_cache_t *item; in ngx_http_upstream_free_keepalive_peer()
352 item = ngx_queue_data(q, ngx_http_upstream_keepalive_cache_t, queue); in ngx_http_upstream_free_keepalive_peer()
360 item = ngx_queue_data(q, ngx_http_upstream_keepalive_cache_t, queue); in ngx_http_upstream_free_keepalive_peer()
411 ngx_http_upstream_keepalive_cache_t *item; in ngx_http_upstream_keepalive_close_handler()