Lines Matching refs:notify_connection
18 struct notify_connection {
19 struct notify_connection *prev, *next;
34 struct notify_connection *conn;
38 static struct notify_connection *connections;
40 static void notify_connection_destroy(struct notify_connection *conn);
54 notify_connection_input_line(struct notify_connection *conn, const char *line)
91 static void notify_connection_input(struct notify_connection *conn)
131 struct notify_connection *
134 struct notify_connection *conn;
138 conn = i_new(struct notify_connection, 1);
152 static void notify_connection_destroy(struct notify_connection *conn)
171 void notify_connection_ref(struct notify_connection *conn)
178 void notify_connection_unref(struct notify_connection **_conn)
180 struct notify_connection *conn = *_conn;