Lines Matching refs:notify_connection
20 struct notify_connection {
21 struct notify_connection *prev, *next;
30 static struct notify_connection *conns = NULL;
32 static void notify_connection_unref(struct notify_connection *conn);
33 static void notify_connection_destroy(struct notify_connection *conn);
35 static bool notify_input_error(struct notify_connection *conn)
45 struct notify_connection *conn = context;
52 notify_input_line(struct notify_connection *conn, const char *line)
76 static void notify_input(struct notify_connection *conn)
106 struct notify_connection *conn;
108 conn = i_new(struct notify_connection, 1);
121 static void notify_connection_unref(struct notify_connection *conn)
132 static void notify_connection_destroy(struct notify_connection *conn)