Searched refs:lock_refcount (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/
H A Dmailbox-list-private.h128 int lock_refcount; member in struct:mailbox_list
H A Dmailbox-list.c2070 if (list->lock_refcount > 0) {
2071 list->lock_refcount++;
2111 list->lock_refcount = 1;
2123 list->lock_refcount = 1;
2129 i_assert(list->lock_refcount > 0);
2130 if (--list->lock_refcount > 0)

Completed in 17 milliseconds