Searched defs:dump_record (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-dump-mailboxlog.c | 13 static int dump_record(int fd) function 70 ret = dump_record(fd);
|
H A D | doveadm-dump-thread.c | 23 static int dump_record(const uint8_t **p, const uint8_t *end, uint32_t *uid) function 86 if (dump_record(&p, end, uid) < 0) {
|
H A D | doveadm-dump-log.c | 468 static int dump_record(struct istream *input, uint64_t *modseq, function 531 ret = dump_record(input, &modseq, version);
|
H A D | doveadm-dump-index.c | 641 static void dump_record(struct mail_index_view *view, unsigned int seq) function 786 dump_record(view, seq);
|
/dovecot/src/plugins/fts/ |
H A D | doveadm-dump-fts-expunge-log.c | 20 static int dump_record(int fd, buffer_t *buf) function 88 ret = dump_record(fd, buf);
|
Completed in 18 milliseconds