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

/dovecot/src/lib-old-stats/
H A Dstats.c7 struct stats_item { struct
12 static ARRAY(struct stats_item *) stats_items = ARRAY_INIT;
16 struct stats_item *stats_register(const struct stats_vfuncs *vfuncs)
18 struct stats_item *item;
26 item = i_new(struct stats_item, 1);
35 static bool stats_item_find(struct stats_item *item, unsigned int *idx_r)
37 struct stats_item *const *itemp;
48 static struct stats_item *stats_item_find_by_name(const char *name)
50 struct stats_item *const *itemp;
59 void stats_unregister(struct stats_item **_ite
[all...]

Completed in 10 milliseconds