Lines Matching refs:notify_connection
15 struct notify_connection {
16 struct notify_connection *prev, *next;
26 static struct notify_connection *notify_connections = NULL;
28 static void notify_connection_deinit(struct notify_connection **_conn);
49 static void notify_connection_input(struct notify_connection *conn)
74 struct notify_connection *conn;
76 conn = i_new(struct notify_connection, 1);
85 static void notify_connection_deinit(struct notify_connection **_conn)
87 struct notify_connection *conn = *_conn;
104 struct notify_connection *conn = notify_connections;