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

/dovecot/src/plugins/expire/
H A Dexpire-set.h6 struct expire_set *expire_set_init(const char *const *patterns);
7 void expire_set_deinit(struct expire_set **set);
9 bool expire_set_lookup(struct expire_set *set, const char *mailbox);
H A Dexpire-set.c9 struct expire_set { struct
14 struct expire_set *expire_set_init(const char *const *patterns)
16 struct expire_set *set;
22 set = p_new(pool, struct expire_set, 1);
33 void expire_set_deinit(struct expire_set **_set)
35 struct expire_set *set = *_set;
41 bool expire_set_lookup(struct expire_set *set, const char *mailbox)
H A Ddoveadm-expire.c309 struct expire_set *set;
H A Dexpire-plugin.c38 struct expire_set *set;

Completed in 166 milliseconds