Home
last modified time | relevance | path

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

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dobjects.c169 statlist_remove(&pool->cancel_req_list, &client->head); in change_client_state()
198 statlist_append(&pool->cancel_req_list, &client->head); in change_client_state()
511 statlist_init(&pool->cancel_req_list, "cancel_req_list"); in new_pool()
1178 if (!statlist_empty(&pool->cancel_req_list) && max < (2 * pool_pool_size(pool))) { in launch_new_connection()
1388 PgSocket *req = first_socket(&server->pool->cancel_req_list); in forward_cancel_request()
H A Djanitor.c178 if (!statlist_empty(&pool->cancel_req_list)) { in per_loop_activate()
687 close_client_list(&pool->cancel_req_list, reason); in kill_pool()
H A Dserver.c451 if (!statlist_empty(&pool->cancel_req_list)) { in handle_connect()
H A Dadmin.c836 statlist_count(&pool->cancel_req_list), in admin_show_pools()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h274 struct StatList cancel_req_list; /* closed client connections with server key */ member