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

/bind-9.11.3/lib/dns/
H A Djournal.c41 * \li A fixed-size header of type journal_rawheader_t.
220 } journal_rawheader_t; typedef in typeref:union:__anon155
354 journal_header_decode(journal_rawheader_t *raw, journal_header_t *cooked) {
365 journal_header_encode(journal_header_t *cooked, journal_rawheader_t *raw) {
499 journal_rawheader_t rawheader;
504 INSIST(sizeof(journal_rawheader_t) == JOURNAL_HEADER_SIZE);
518 size = sizeof(journal_rawheader_t) +
560 journal_rawheader_t rawheader;
982 offset = sizeof(journal_rawheader_t) +
1095 journal_rawheader_t rawheade
[all...]

Completed in 16 milliseconds