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

/dovecot/src/lib-storage/
H A Dmail-storage-private.h150 int obj_refcount; member in struct:mail_storage
H A Dmail-storage.c471 if (storage->obj_refcount != 0)
494 if (storage->obj_refcount++ == 0)
501 i_assert(storage->obj_refcount > 0);
503 if (--storage->obj_refcount == 0) {

Completed in 17 milliseconds