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

/dovecot/src/stats/
H A Dclient-writer.c18 struct stats_event { struct
19 struct stats_event *prev, *next;
29 struct stats_event *events;
30 HASH_TABLE(struct stats_event *, struct stats_event *) events_hash;
45 static unsigned int stats_event_hash(const struct stats_event *event)
50 static int stats_event_cmp(const struct stats_event *event1,
51 const struct stats_event *event2)
73 struct stats_event *event, *next;
88 static struct stats_event *
146 struct stats_event *stats_event; local
174 struct stats_event *stats_event; local
[all...]

Completed in 10 milliseconds