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

/bind-9.11.3/lib/dns/
H A Djournal.c44 * of type journal_rawpos_t giving the locations
191 } journal_rawpos_t; typedef in typeref:struct:__anon154
209 journal_rawpos_t begin;
211 journal_rawpos_t end;
342 journal_pos_decode(journal_rawpos_t *raw, journal_pos_t *cooked) {
348 journal_pos_encode(journal_rawpos_t *raw, journal_pos_t *cooked) {
519 index_size * sizeof(journal_rawpos_t);
630 rawbytes = j->header.index_size * sizeof(journal_rawpos_t);
678 sizeof(journal_rawpos_t));
983 j->header.index_size * sizeof(journal_rawpos_t);
[all...]

Completed in 25 milliseconds