Searched defs:auth_connection (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/director/
H A Dauth-connection.c15 struct auth_connection { struct
16 struct auth_connection *prev, *next;
28 static struct auth_connection *auth_connections;
30 static void auth_connection_disconnected(struct auth_connection **conn);
32 static void auth_connection_input(struct auth_connection *conn)
60 struct auth_connection *auth_connection_init(const char *path)
62 struct auth_connection *conn;
64 conn = i_new(struct auth_connection, 1);
71 void auth_connection_set_callback(struct auth_connection *conn,
78 int auth_connection_connect(struct auth_connection *con
[all...]

Completed in 10 milliseconds