Home
last modified time | relevance | path

Searched refs:journal_cjf_idxt_get_file_offset (Results 1 – 3 of 3) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Djournal-cjf-idxt.h63 u32 journal_cjf_idxt_get_file_offset(const journal_cjf *jnl, s16 index);
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Djournal-cjf-idxt.c105 journal_cjf_idxt_get_file_offset(const journal_cjf *jnl, s16 index) in journal_cjf_idxt_get_file_offset() function
116 u32 n = journal_cjf_idxt_get_file_offset(jnl, jnl->idxt.count - 1); in journal_cjf_idxt_get_last_file_offset()
398 u32 first_page_offset = journal_cjf_idxt_get_file_offset(jnl, 0); in journal_cjf_idxt_load()
717 u32 first_page_offset = journal_cjf_idxt_get_file_offset(jnl, 0); in journal_cjf_idxt_append_page_nogrow()
H A Djournal-cjf.c664 jnl->first_page_offset = journal_cjf_idxt_get_file_offset(jnl, 1); in journal_cjf_remove_first_page()
1570 u32 page_offset = journal_cjf_idxt_get_file_offset(data->jnl, data->idxt_index); in journal_cjf_input_stream_read()