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

/dovecot/src/plugins/old-stats/
H A Dstats-plugin.h18 struct stats_connection *stats_conn; member in struct:stats_user
H A Dstats-plugin.c131 if (mail_stats_connection_connect(suser->stats_conn, user) == 0)
139 mail_stats_connection_send_session(suser->stats_conn, user,
326 struct stats_connection *stats_conn = suser->stats_conn; local
344 mail_stats_connection_disconnect(stats_conn, user);
349 stats_connection_unref(&stats_conn);
423 suser->stats_conn = global_stats_conn;
446 if (mail_stats_connection_connect(suser->stats_conn, user) == 0)

Completed in 2396 milliseconds