Searched defs:bound (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-index/
H A Dtest-mail-transaction-log-append.c49 const struct mail_transaction_boundary *bound; local
66 test_assert(mail_index_offset_to_uint32(hdr->size) == sizeof(*hdr) + sizeof(*bound));
67 bound = (const void *)(hdr + 1);
68 test_assert(bound->size == file->buffer->used);
69 hdr = (const void *)(bound + 1);

Completed in 9 milliseconds