/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-file.h | 12 uint32_t seq, uoff_t *offset_r);
|
H A D | mbox-file.c | 143 uint32_t seq, uoff_t *offset_r) 160 *offset_r = *((const uint64_t *)data); 141 mbox_file_lookup_offset(struct mbox_mailbox *mbox, struct mail_index_view *view, uint32_t seq, uoff_t *offset_r) argument
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-storage.h | 73 int mdbox_mail_open(struct dbox_mail *mail, uoff_t *offset_r, 97 uint32_t seq, uoff_t *offset_r);
|
H A D | mdbox-map.h | 53 uint32_t *file_id_r, uoff_t *offset_r);
|
H A D | mdbox-mail.c | 94 int mdbox_mail_open(struct dbox_mail *mail, uoff_t *offset_r, argument 146 *offset_r = mail->offset;
|
H A D | mdbox-save.c | 51 uint32_t seq, uoff_t *offset_r) 62 &file_id, offset_r) < 0) 70 uint32_t seq, uoff_t *offset_r) 85 return mdbox_copy_file_get_file(t, seq, offset_r); 94 *offset_r = mail->append_offset; 50 mdbox_copy_file_get_file(struct mailbox_transaction_context *t, uint32_t seq, uoff_t *offset_r) argument 69 mdbox_save_file_get_file(struct mailbox_transaction_context *t, uint32_t seq, uoff_t *offset_r) argument
|
H A D | mdbox-map.c | 308 uint32_t *file_id_r, uoff_t *offset_r) 323 *offset_r = rec->offset; 307 mdbox_map_lookup(struct mdbox_map *map, uint32_t map_uid, uint32_t *file_id_r, uoff_t *offset_r) argument
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-mail.c | 104 int sdbox_mail_open(struct dbox_mail *mail, uoff_t *offset_r, argument 132 *offset_r = 0;
|
H A D | sdbox-storage.h | 41 int sdbox_mail_open(struct dbox_mail *mail, uoff_t *offset_r,
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-storage.h | 42 int (*mail_open)(struct dbox_mail *mail, uoff_t *offset_r,
|
H A D | dbox-file.h | 165 int dbox_file_seek_next(struct dbox_file *file, uoff_t *offset_r, bool *last_r);
|
H A D | dbox-file.c | 439 int dbox_file_seek_next(struct dbox_file *file, uoff_t *offset_r, bool *last_r) argument 454 *offset_r = file->cur_offset; 462 *offset_r = offset; 467 if (*offset_r == 0) 468 *offset_r = file->file_header_size;
|
H A D | dbox-file-fix.c | 136 dbox_file_find_next_magic(struct dbox_file *file, uoff_t *offset_r, bool *pre_r) argument 212 *offset_r = pre_offset; 224 *offset_r = input->v_offset;
|
/dovecot/src/lib-index/ |
H A D | mail-cache-fields.c | 211 uint32_t *offset_r, 222 *offset_r = 0; 314 *offset_r = offset; 623 uint32_t *offset_r) 625 if (mail_cache_header_fields_get_offset(cache, offset_r, NULL) < 0) 628 if (*offset_r == 0) { 629 *offset_r = offsetof(struct mail_cache_header, 632 *offset_r += offsetof(struct mail_cache_header_fields, 210 mail_cache_header_fields_get_offset(struct mail_cache *cache, uint32_t *offset_r, const struct mail_cache_header_fields **field_hdr_r) argument 622 mail_cache_header_fields_get_next_offset(struct mail_cache *cache, uint32_t *offset_r) argument
|
H A D | mail-cache-private.h | 220 uint32_t *offset_r);
|
H A D | mail-cache-lookup.c | 81 uint32_t seq, uint32_t *offset_r) 109 *offset_r = offset; 80 mail_cache_lookup_offset(struct mail_cache *cache, struct mail_index_view *view, uint32_t seq, uint32_t *offset_r) argument
|
/dovecot/src/lib-fs/ |
H A D | fs-randomfail.c | 275 fs_random_fail_range(struct fs *_fs, enum fs_op op, uoff_t *offset_r) argument 281 *offset_r = i_rand_minmax(fs->range_start[op], fs->range_end[op]);
|
/dovecot/src/plugins/fts-squat/ |
H A D | squat-uidlist.c | 1389 uint32_t *offset_r, uint32_t *num_r) 1434 *offset_r = uidlists_offset + skip_bytes; 1441 if (unlikely(*offset_r > uidlist->mmap_size && 1388 squat_uidlist_get_offset(struct squat_uidlist *uidlist, uint32_t uid_list_idx, uint32_t *offset_r, uint32_t *num_r) argument
|