Home
last modified time | relevance | path

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

/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dauth.c60 static int wait_for_auth (client_t *client);
66 wait_for_auth,
71 static int wait_for_auth (client_t *client) in wait_for_auth() function
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dpam.c151 client->wait_for_auth = true; in pam_auth_begin()
H A Dclient.c703 if (client->wait_for_welcome || client->wait_for_auth) { in handle_client_startup()
H A Dobjects.c1298 client->wait_for_auth = false; in finish_client_login()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h410 bool wait_for_auth:1; /* client: waiting for external auth (PAM) to be completed */ member