Home
last modified time | relevance | path

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

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dproto.c83 } else if (code == PKT_STARTUP_V2) { in get_header()
84 type = PKT_STARTUP_V2; in get_header()
H A Dclient.c749 case PKT_STARTUP_V2: in handle_client_startup()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h190 #define PKT_STARTUP_V2 0x20000 macro