Searched refs:used_fields_count (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-cache-compress.c124 unsigned int used_fields_count)
136 cache->file_fields_count = used_fields_count;
138 cache->file_field_map = used_fields_count == 0 ? NULL :
139 i_new(unsigned int, used_fields_count);
143 i_assert(idx < used_fields_count &&
156 i_assert(j == used_fields_count);
177 unsigned int i, used_fields_count, orig_fields_count, record_count; local
218 used_fields_count = i;
220 for (i = used_fields_count = 0; i < orig_fields_count; i++) {
243 (uint32_t)-1 : used_fields_count
123 mail_cache_compress_get_fields(struct mail_cache_copy_context *ctx, unsigned int used_fields_count) argument
[all...]

Completed in 9 milliseconds