Searched refs:mbox_sync_move_buffer (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-sync-private.h | 178 void mbox_sync_move_buffer(struct mbox_sync_mail_context *ctx,
|
H A D | mbox-sync-rewrite.c | 134 mbox_sync_move_buffer(ctx, pos, size, 0); 182 mbox_sync_move_buffer(ctx, start_pos, 0, data_size - start_pos); 190 mbox_sync_move_buffer(ctx, start_pos, 0, *size);
|
H A D | mbox-sync-update.c | 29 void mbox_sync_move_buffer(struct mbox_sync_mail_context *ctx, function 111 mbox_sync_move_buffer(ctx, pos, need, have); 320 mbox_sync_move_buffer(ctx, pos, str_len(new_line), p - hdr + 1);
|
Completed in 775 milliseconds