Home
last modified time | relevance | path

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

/dports/databases/pgbouncer/pgbouncer-1.16.0/test/
H A Dhba_test.c23 case AUTH_TRUST: in method2string()
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dmain.c188 { "trust", AUTH_TRUST },
386 return auth_type >= AUTH_TRUST; in requires_auth_file()
H A Dhba.c580 rule->rule_method = AUTH_TRUST; in parse_line()
H A Dclient.c258 case AUTH_TRUST: in finish_set_pool()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h164 #define AUTH_TRUST AUTH_OK macro