Searched refs:journal_rawheader_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Djournal.c49 * \li A fixed-size header of type journal_rawheader_t.
219 } journal_rawheader_t; typedef in typeref:union:__anon112
350 journal_header_decode(journal_rawheader_t *raw, journal_header_t *cooked) {
359 journal_header_encode(journal_header_t *cooked, journal_rawheader_t *raw) {
486 journal_rawheader_t rawheader;
491 INSIST(sizeof(journal_rawheader_t) == JOURNAL_HEADER_SIZE);
505 size = sizeof(journal_rawheader_t) +
546 journal_rawheader_t rawheader;
961 offset = sizeof(journal_rawheader_t) +
1074 journal_rawheader_t rawheade
[all...]

Completed in 11 milliseconds