Lines Matching refs:uid
10 uint32_t uid, uint32_t msgid_idx)
18 if (node->uid == 0)
19 node->uid = uid;
27 node->uid = uid;
123 thread_link_references(struct mail_thread_cache *cache, uint32_t uid,
129 if (msgid_map->uid != uid)
136 for (; msgid_map->uid == uid; msgid_map++) {
153 i_assert(cache->last_uid <= msgid_map->uid);
155 cache->last_uid = msgid_map->uid;
157 idx = thread_msg_add(cache, msgid_map->uid, msgid_map->str_idx);
158 parent_idx = thread_link_references(cache, msgid_map->uid,
206 if (msgid_map->uid > cache->last_uid) {
208 while (msgid_map[count].uid == msgid_map->uid)
219 i_assert(node->uid == msgid_map->uid);
222 if (msgid_map[count].uid == node->uid) {
225 while (msgid_map[count].uid == node->uid) {
236 node->uid = 0;