Searched refs:notify_connection (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/replication/replicator/
H A Dnotify-connection.h6 struct notify_connection *
8 void notify_connection_ref(struct notify_connection *conn);
9 void notify_connection_unref(struct notify_connection **conn);
H A Dnotify-connection.c18 struct notify_connection { struct
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,
[all...]
/dovecot/src/replication/aggregator/
H A Dnotify-connection.c20 struct notify_connection { struct
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 *con
[all...]
/dovecot/src/director/
H A Dnotify-connection.c15 struct notify_connection { struct
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 *con
[all...]

Completed in 11 milliseconds