Searched refs:new_count (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/lib/ |
H A D | imem.h | 9 #define i_realloc_type(mem, type, old_count, new_count) \ 10 p_realloc_type(default_pool, mem, type, old_count, new_count)
|
H A D | mempool.h | 90 #define p_realloc_type(pool, mem, type, old_count, new_count) \ 93 MALLOC_MULTIPLY((unsigned int)sizeof(type), (new_count))) + \
|
/dovecot/src/lib-index/ |
H A D | mail-index-strmap.h | 40 unsigned int new_count, void *context);
|
H A D | mail-index-sync-keywords.c | 37 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 D | mail-index-view-sync.c | 274 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 D | service-listen.c | 413 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 D | acl-lookup-dict.c | 158 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 D | index-thread.c | 163 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 D | maildir-sync-index.c | 372 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 D | squat-uidlist.c | 89 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 20 milliseconds