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

/dovecot/src/lib-storage/index/
H A Dindex-thread-links.c10 uint32_t uid, uint32_t msgid_idx)
14 i_assert(msgid_idx != 0);
15 i_assert(msgid_idx < cache->first_invalid_msgid_str_idx);
17 node = array_idx_get_space(&cache->thread_nodes, msgid_idx);
25 msgid_idx = cache->next_invalid_msgid_str_idx++;
26 node = array_idx_get_space(&cache->thread_nodes, msgid_idx);
29 return msgid_idx;
9 thread_msg_add(struct mail_thread_cache *cache, uint32_t uid, uint32_t msgid_idx) argument

Completed in 10 milliseconds