Home
last modified time | relevance | path

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

/dports/mail/dbmail/dbmail-3.2.5/test/
H A Dcheck_dbmail_mailboxstate.c118 …GTree *mbxinfo = g_tree_new_full((GCompareDataFunc)ucmpdata,NULL,(GDestroyNotify)g_free,(GDestroyN… in START_TEST() local
129 g_tree_replace(mbxinfo, k1, N); in START_TEST()
132 g_tree_replace(mbxinfo, k2, M); in START_TEST()
134 g_tree_destroy(mbxinfo); in START_TEST()
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_imapsession.h55 GTree *mbxinfo; // cache MailboxState_T member
H A Ddm_imapsession.c156 …self->mbxinfo = g_tree_new_full((GCompareDataFunc)ucmpdata,NULL,(GDestroyNotify)uint64_free,(GDest… in dbmail_imap_session_new()
245 if (self->mbxinfo) { in dbmail_imap_session_delete()
246 g_tree_destroy(self->mbxinfo); in dbmail_imap_session_delete()
247 self->mbxinfo = NULL; in dbmail_imap_session_delete()
1595 g_tree_replace(self->mbxinfo, id, N); in mailbox_notify_fetch()
1723 M = (MailboxState_T)g_tree_lookup(self->mbxinfo, &mailbox_id); in dbmail_imap_session_mbxinfo_lookup()
1728 g_tree_replace(self->mbxinfo, id, M); in dbmail_imap_session_mbxinfo_lookup()
1745 g_tree_replace(self->mbxinfo, id, M); in dbmail_imap_session_mbxinfo_lookup()