Lines Matching defs:record
18 /* CRC32 of this entire record (except this checksum) */
20 /* Size of this entire record */
248 const struct fts_expunge_log_read_record *record)
252 array_foreach(&record->uids, range)
253 fts_expunge_log_append_range(ctx, record->mailbox_guid, range);
288 /* update the header now that we know the record contents */
449 /* initial read to try to get the record */
474 "Invalid record size: %u",
479 /* read the entire record */
488 /* verify that the record checksum is valid */
533 const struct fts_expunge_log_read_record *record;
544 while((record = fts_expunge_log_read_next(read_ctx)) != NULL) {
545 fts_expunge_log_append_record(append, record);
566 const struct fts_expunge_log_read_record *record)
568 const uint8_t *guid_p = record->mailbox_guid;
573 mailbox->uids_count -= seq_range_array_remove_seq_range(&mailbox->uids, &record->uids);
583 const struct fts_expunge_log_read_record *record;
584 while ((record = fts_expunge_log_read_next(read_ctx)) != NULL) {
585 if (fts_expunge_log_append_remove(from, record) <= 0)