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

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Djournal.c250 } journal_pos_t; typedef in typeref:struct:__anon180
257 journal_pos_t begin;
258 journal_pos_t end;
315 journal_pos_t *index; /*%< In-core journal index */
320 journal_pos_t pos[2]; /*%< Begin/end position */
326 journal_pos_t bpos; /*%< Position before first, */
327 journal_pos_t epos; /*%< and after last transaction */
346 journal_pos_decode(journal_rawpos_t *raw, journal_pos_t *cooked) {
352 journal_pos_encode(journal_rawpos_t *raw, journal_pos_t *cooked) {
641 sizeof(journal_pos_t));
[all...]

Completed in 46 milliseconds