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

/dovecot/src/lib-index/
H A Dmail-cache-compress.c165 ARRAY_TYPE(uint32_t) *ext_offsets)
252 i_array_init(ext_offsets, message_count); record_count = 0;
255 array_append_zero(ext_offsets);
289 array_append(ext_offsets, &ext_offset, 1);
310 array_free(ext_offsets);
319 array_free(ext_offsets);
335 ARRAY_TYPE(uint32_t) ext_offsets;
341 &max_uid, &ext_offsets) < 0)
346 array_free(&ext_offsets);
351 array_free(&ext_offsets);
163 mail_cache_copy(struct mail_cache *cache, struct mail_index_transaction *trans, int fd, uint32_t *file_seq_r, uoff_t *file_size_r, uint32_t *max_uid_r, ARRAY_TYPE(uint32_t) *ext_offsets) argument
[all...]

Completed in 16 milliseconds