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

/dovecot/src/lib-master/
H A Dstats-client.h4 struct stats_client *
6 void stats_client_deinit(struct stats_client **client);
H A Dstats-client.c15 struct stats_client { struct
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 *clien
[all...]
H A Dmaster-service-private.h73 struct stats_client *stats_client; member in struct:master_service
H A Dmaster-service.c457 if (service->stats_client == NULL &&
462 service->stats_client =
998 if (service->stats_client != NULL)
999 stats_client_deinit(&service->stats_client);

Completed in 18 milliseconds