Lines Matching defs:stats_item
7 struct stats_item {
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 **_item)
61 struct stats_item *item = *_item;
97 struct stats_item *const *itemp;
107 struct stats_item *const *itemp;
122 struct stats_item *const *itemp;
141 struct stats_item *const *itemp;
156 struct stats_item *const *itemp;
166 struct stats_item *const *itemp;
178 struct stats_item *const *itemp;
191 struct stats_item *item;
221 void *stats_fill_ptr(struct stats *stats, struct stats_item *item)