Lines Matching refs:ibox
33 struct index_mailbox_context *ibox = INDEX_STORAGE_CONTEXT(box);
36 ioloop_time < ibox->sync_last_check + MAILBOX_FULL_SYNC_INTERVAL)
52 ibox->sync_last_check = ioloop_time;
277 struct index_mailbox_context *ibox = INDEX_STORAGE_CONTEXT(box);
282 if (hdr->first_recent_uid < ibox->recent_flags_prev_first_recent_uid) {
285 ibox->recent_flags_prev_first_recent_uid,
291 hdr->next_uid > ibox->recent_flags_last_check_nextuid) {
292 ibox->recent_flags_prev_first_recent_uid = hdr->first_recent_uid;
293 ibox->recent_flags_last_check_nextuid = hdr->next_uid;
420 struct index_mailbox_context *ibox = INDEX_STORAGE_CONTEXT(box);
422 if (ibox->list_index_sync_ext_id == (uint32_t)-1) {
423 ibox->list_index_sync_ext_id =
429 return ibox->list_index_sync_ext_id;