Home
last modified time | relevance | path

Searched refs:last_page_offset_next (Results 1 – 4 of 4) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Djournal-cjf-common.h76 u32 last_page_offset_next; // the byte after the last PAGE on the chain ends member
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Djournal-cjf.c393 hdr.last_page_offset_next = 0; in journal_cjf_create_file()
509 jnl->last_page.records_limit = hdr.last_page_offset_next; in journal_cjf_init_from_file()
612 hdr.last_page_offset_next = jnl->last_page.records_limit; in journal_cjf_header_flush()
H A Djournal-cjf-ro.c503 jnl->last_page.records_limit = hdr.last_page_offset_next; in journal_cjf_ro_init_from_file()
/dports/dns/yadifa/yadifa-2.5.3-10333/test/cjf-scan/
H A Dmain.c480 formatln("; the last page ends before %u", hdr.last_page_offset_next); in cjf_scan()