Searched refs:notify_disconnect (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/login-common/
H A Dclient-common.h104 void (*notify_disconnect)(struct client *client, member in struct:client_vfuncs
H A Dclient-common.c1026 if (client->v.notify_disconnect != NULL)
1027 client->v.notify_disconnect(client, reason, text);

Completed in 13 milliseconds