Searched refs:stats1 (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib-old-stats/ |
H A D | stats-parser.h | 20 const struct stats *stats1, const struct stats *stats2,
|
H A D | stats.h | 16 bool (*diff)(const struct stats *stats1, const struct stats *stats2, 44 /* Return diff_stats_r->field = stats2->field - stats1->field. 47 bool stats_diff(const struct stats *stats1, const struct stats *stats2,
|
H A D | stats-parser.c | 44 const struct stats *stats1, const struct stats *stats2, 52 const void *src1 = CONST_PTR_OFFSET(stats1, offset); 42 stats_parser_diff(const struct stats_parser_field *fields, unsigned int fields_count, const struct stats *stats1, const struct stats *stats2, struct stats *diff_stats_r, const char **error_r) argument
|
H A D | stats.c | 138 bool stats_diff(const struct stats *stats1, const struct stats *stats2, argument 145 if (!(*itemp)->v.diff(CONST_PTR_OFFSET(stats1, (*itemp)->pos),
|
/dovecot/src/auth/ |
H A D | auth-stats.c | 48 auth_stats_diff(const struct stats *stats1, const struct stats *stats2, argument 52 stats1, stats2, diff_stats_r, error_r);
|
/dovecot/src/plugins/old-stats/ |
H A D | mail-stats.c | 64 mail_stats_diff(const struct stats *stats1, const struct stats *stats2, argument 68 stats1, stats2, diff_stats_r, error_r);
|
Completed in 12 milliseconds