Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_conn_module.c46 static ngx_rbtree_node_t *ngx_http_limit_conn_lookup(ngx_rbtree_t *rbtree,
190 node = ngx_http_limit_conn_lookup(ctx->rbtree, &key, hash); in ngx_http_limit_conn_handler()
298 ngx_http_limit_conn_lookup(ngx_rbtree_t *rbtree, ngx_str_t *key, uint32_t hash) in ngx_http_limit_conn_lookup() function