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

/dovecot/src/lib-index/
H A Dmail-index-map-hdr.c13 uint32_t ext_id, ext_map_idx, ext_offset; local
31 ext_offset = offset;
55 (void)mail_index_map_register_ext(map, name, ext_offset, ext_hdr);
H A Dmail-index-fsck.c143 unsigned int ext_offset, unsigned int *offset_p)
156 hdr_offset = ext_offset +
255 buffer_write(map->hdr_copy_buf, ext_offset,
140 mail_index_fsck_keywords(struct mail_index *index, struct mail_index_map *map, struct mail_index_header *hdr, const struct mail_index_ext_header *ext_hdr, unsigned int ext_offset, unsigned int *offset_p) argument
H A Dmail-index-map.c68 const char *name, uint32_t ext_offset,
84 ext->ext_offset = ext_offset;
85 ext->hdr_offset = ext_offset == (uint32_t)-1 ? (uint32_t)-1 :
86 ext_offset + mail_index_map_ext_hdr_offset(strlen(name));
67 mail_index_map_register_ext(struct mail_index_map *map, const char *name, uint32_t ext_offset, const struct mail_index_ext_header *ext_hdr) argument
H A Dmail-cache-compress.c176 uint32_t message_count, seq, first_new_seq, ext_offset; local
278 ext_offset = 0;
282 ext_offset = output->offset;
289 array_append(ext_offsets, &ext_offset, 1);
H A Dmail-index-private.h60 uint32_t ext_offset; /* points to beginning of mail_index_ext_header */ member in struct:mail_index_ext
300 const char *name, uint32_t ext_offset,

Completed in 17 milliseconds