Home
last modified time | relevance | path

Searched defs:PgUser (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h95 typedef struct PgUser PgUser; typedef
326 struct PgUser { struct
327 struct List head; /* used to attach user to list */
328 struct List pool_list; /* list of pools where pool->user == this user */
329 struct AANode tree_node; /* used to attach user to tree */
330 char name[MAX_USERNAME];
331 char passwd[MAX_PASSWORD];
332 uint8_t scram_ClientKey[32];
333 uint8_t scram_ServerKey[32];
357 PgUser *forced_user; /* if not NULL, the user/psw is forced */ argument
/dports/mail/archiveopteryx-devel/aox-96ab17e/core/
H A Dconfiguration.h30 PgUser, enumerator
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/core/
H A Dconfiguration.h30 PgUser, enumerator