Home
last modified time | relevance | path

Searched refs:obj_refcount (Results 1 – 2 of 2) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.c500 if (storage->obj_refcount != 0) in mail_storage_unref()
525 if (storage->obj_refcount++ == 0) in mail_storage_obj_ref()
532 i_assert(storage->obj_refcount > 0); in mail_storage_obj_unref()
534 if (--storage->obj_refcount == 0) { in mail_storage_obj_unref()
H A Dmail-storage-private.h154 int obj_refcount; member