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

/dovecot/src/lib-index/
H A Dmail-index-sync.c172 struct mail_index_sync_list *synclist; local
213 synclist = array_append_space(&ctx->sync_list);
214 synclist->array = (void *)&sync_trans->expunges;
218 synclist = array_append_space(&ctx->sync_list);
219 synclist->array = (void *)&sync_trans->updates;
226 synclist = array_append_space(&ctx->sync_list);
227 synclist->array =
229 synclist->keyword_idx = i;
232 synclist = array_append_space(&ctx->sync_list);
233 synclist
[all...]

Completed in 152 milliseconds