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

/bind-9.11.3/lib/dns/
H A Djournal.c246 } journal_pos_t; typedef in typeref:struct:__anon159
253 journal_pos_t begin;
254 journal_pos_t end;
311 journal_pos_t *index; /*%< In-core journal index */
316 journal_pos_t pos[2]; /*%< Begin/end position */
322 journal_pos_t bpos; /*%< Position before first, */
323 journal_pos_t epos; /*%< and after last transaction */
342 journal_pos_decode(journal_rawpos_t *raw, journal_pos_t *cooked) {
348 journal_pos_encode(journal_rawpos_t *raw, journal_pos_t *cooked) {
638 sizeof(journal_pos_t));
[all...]

Completed in 14 milliseconds