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

/dovecot/src/lib-index/
H A Dmailbox-log.c60 void mailbox_log_free(struct mailbox_log **_log) argument
62 struct mailbox_log *log = *_log;
64 *_log = NULL;
H A Dmail-transaction-log.c150 void mail_transaction_log_free(struct mail_transaction_log **_log) argument
152 struct mail_transaction_log *log = *_log;
154 *_log = NULL;
/dovecot/src/plugins/fts/
H A Dfts-expunge-log.c77 void fts_expunge_log_deinit(struct fts_expunge_log **_log) argument
79 struct fts_expunge_log *log = *_log;
81 *_log = NULL;

Completed in 16 milliseconds