Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.c66 static int mail_storage_init_refcount = 0; variable
70 if (mail_storage_init_refcount++ > 0) in mail_storage_init()
83 i_assert(mail_storage_init_refcount > 0); in mail_storage_deinit()
84 if (--mail_storage_init_refcount > 0) in mail_storage_deinit()