Lines Matching refs:stats_client
15 struct stats_client {
27 static void stats_client_connect(struct stats_client *client);
47 stats_client_handshake(struct stats_client *client, const char *const *args)
85 struct stats_client *client = (struct stats_client *)conn;
95 static void stats_client_reconnect(struct stats_client *client)
103 struct stats_client *client = (struct stats_client *)conn;
197 stats_client_send_event(struct stats_client *client, struct event *event)
208 stats_client_free_event(struct stats_client *client, struct event *event)
223 struct stats_client *client =
224 (struct stats_client *)stats_clients->connections;
255 struct stats_client *client =
256 (struct stats_client *)stats_clients->connections;
280 static void stats_client_wait_handshake(struct stats_client *client)
297 static void stats_client_send_registered_categories(struct stats_client *client)
309 static void stats_client_connect(struct stats_client *client)
322 struct stats_client *
325 struct stats_client *client;
330 client = i_new(struct stats_client, 1);
337 void stats_client_deinit(struct stats_client **_client)
339 struct stats_client *client = *_client;