Home
last modified time | relevance | path

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

/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h307 #define pool_server_count(pool) ( \ macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Djanitor.c639 if (pool_client_count(pool) > 0 || pool_server_count(pool) > 0) in do_full_maint()
H A Dobjects.c596 cnt = pool_server_count(pool) - statlist_count(&pool->new_server_list); in check_fast_fail()
1175 max = pool_server_count(pool); in launch_new_connection()
H A Dadmin.c135 cnt += pool_server_count(pool); in count_db_active()