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

/dovecot/src/lib-index/
H A Dmail-index-sync.c24 ARRAY(struct mail_index_sync_list) sync_list; member in struct:mail_index_sync_ctx
209 i_array_init(&ctx->sync_list, keyword_count + 2);
213 synclist = array_append_space(&ctx->sync_list);
218 synclist = array_append_space(&ctx->sync_list);
226 synclist = array_append_space(&ctx->sync_list);
232 synclist = array_append_space(&ctx->sync_list);
640 struct mail_index_sync_list *sync_list)
642 rec->type = !sync_list->keyword_remove ?
647 rec->keyword_idx = sync_list->keyword_idx;
654 struct mail_index_sync_list *sync_list; local
638 mail_index_sync_get_keyword_update(struct mail_index_sync_rec *rec, const struct uid_range *range, struct mail_index_sync_list *sync_list) argument
711 const struct mail_index_sync_list *sync_list; local
729 struct mail_index_sync_list *sync_list; local
[all...]

Completed in 12 milliseconds