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

/dovecot/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c245 struct lazy_expunge_mailbox_list *llist = local
248 if (luser == NULL || llist == NULL) {
252 if (llist->internal_namespace) {
499 struct lazy_expunge_mailbox_list *llist = local
504 if (llist == NULL || (box->flags & MAILBOX_FLAG_DELETE_UNSAFE) != 0)
518 } else if (llist->internal_namespace) {
531 struct lazy_expunge_mailbox_list *llist; local
542 llist = p_new(list->pool, struct lazy_expunge_mailbox_list, 1);
544 llist);
553 struct lazy_expunge_mailbox_list *llist; local
[all...]

Completed in 14 milliseconds