Searched defs:ext_offset (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib-index/ |
H A D | mail-index-map-hdr.c | 13 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 D | mail-index-fsck.c | 143 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 D | mail-index-map.c | 68 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 D | mail-cache-compress.c | 176 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 D | mail-index-private.h | 60 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