Home
last modified time | relevance | path

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

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dserver.c282 if (client->expect_rfq_count > 0) { in handle_server_work()
283 client->expect_rfq_count--; in handle_server_work()
285 slog_debug(client, "unexpected ReadyForQuery - expect_rfq_count=%d", client->expect_rfq_count); in handle_server_work()
330 client->expect_rfq_count = 0; in handle_server_work()
392 if (client->expect_rfq_count == 0) { in handle_server_work()
593 if (server->link->expect_rfq_count > 0) in server_proto()
H A Dclient.c956 client->expect_rfq_count += rfq_delta; in handle_client_work()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h420 int expect_rfq_count; /* client: count of ReadyForQuery packets client should see */ member