Searched defs:stats_connection (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-old-stats/
H A Dstats-connection.c14 struct stats_connection { struct
24 static bool stats_connection_open(struct stats_connection *conn)
38 struct stats_connection *
41 struct stats_connection *conn;
43 conn = i_new(struct stats_connection, 1);
50 void stats_connection_ref(struct stats_connection *conn)
55 void stats_connection_unref(struct stats_connection **_conn)
57 struct stats_connection *conn = *_conn;
69 int stats_connection_send(struct stats_connection *conn, const string_t *str)

Completed in 9 milliseconds