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

/dovecot/src/lib-index/
H A Dmail-index-transaction-sort-appends.c31 unsigned int ext_count; local
45 ext_count = array_count(old_array);
47 old_array->arr.element_size, ext_count);
48 for (i = 0; i < ext_count; i++) {
H A Dmail-index-sync-ext.c19 unsigned int ext_count, id_map_count; local
33 ext = array_get(&ctx->view->map->extensions, &ext_count);
H A Dmail-index-transaction-export.c245 unsigned int resize_count, ext_count = 0; local
257 if (ext_count < resize_count)
258 ext_count = resize_count;
273 if (ext_count < reset_count)
274 ext_count = reset_count;
282 if (ext_count < hdrs_count)
283 ext_count = hdrs_count;
290 for (ext_id = 0; ext_id < ext_count; ext_id++) {
/dovecot/src/doveadm/
H A Ddoveadm-dump-index.c647 unsigned int i, ext_count; local
656 ext = array_get(&index->extensions, &ext_count);
657 for (i = 0; i < ext_count; i++) {

Completed in 17 milliseconds