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

/dovecot/src/lib-index/
H A Dmail-index-sync-keywords.c37 unsigned int new_count, unsigned int *keywords_count_r,
58 new_kw_hdr.keywords_count += new_count;
68 buffer_write(buf, buf->used + sizeof(*kw_rec) * new_count,
35 keywords_get_header_buf(struct mail_index_map *map, const struct mail_index_ext *ext, unsigned int new_count, unsigned int *keywords_count_r, size_t *rec_offset_r, size_t *name_offset_root_r, size_t *name_offset_r) argument
H A Dmail-index-view-sync.c274 unsigned int old_count, new_count; local
277 new_idx = array_get_modifiable(&ctx->lost_new_kw, &new_count);
278 if (old_count != new_count)
282 qsort(new_idx, new_count, sizeof(*new_idx), uint_cmp);
417 const unsigned int new_count = new_map->hdr.messages_count; local
438 while (seqi <= old_count && seqj <= new_count) {
467 for (; seqj <= new_count; seqj++) {
/dovecot/src/master/
H A Dservice-listen.c413 unsigned int i, j, count, new_count, old_count; local
419 new_listeners = array_get(&new_service->listeners, &new_count);
421 for (i = 0; i < old_count && i < new_count; i++) {
425 if (i != new_count && i != old_count) {
429 for (i = 0; i < new_count; i++) {
447 new_listeners = array_get(&new_listeners_arr, &new_count);
450 for (i = 0; i < new_count; i++) {
/dovecot/src/plugins/acl/
H A Dacl-lookup-dict.c158 unsigned int newi, oldi, old_count, new_count; local
195 new_ids = array_get(new_ids_arr, &new_count);
196 for (newi = oldi = 0; newi < new_count || oldi < old_count; ) {
197 ret = newi == new_count ? 1 :
/dovecot/src/lib-storage/index/
H A Dindex-thread.c163 unsigned int new_count, void *context)
175 if (new_count == 0) {
185 i_array_init(&new_nodes, new_count + invalid_count + 32);
188 (void)array_idx_modifiable(&new_nodes, new_count-1);
212 new_first_invalid = new_count + 1 +
161 mail_thread_strmap_remap(const uint32_t *idx_map, unsigned int old_count, unsigned int new_count, void *context) argument
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync-index.c372 unsigned int i, j, old_count, new_count; local
416 new_indexes = array_get(&ctx->keywords, &new_count);
417 for (i = j = 0; i < old_count && j < new_count; ) {
423 new_indexes = array_get(&ctx->keywords, &new_count);
/dovecot/src/plugins/fts-squat/
H A Dsquat-uidlist.c89 unsigned int new_count; member in struct:squat_uidlist_rebuild_context
952 ctx->new_count += ctx->list_idx;
955 block_end_idx = ctx->new_count;
1052 ctx->build_ctx->build_hdr.count = ctx->new_count;

Completed in 19 milliseconds