Home
last modified time | relevance | path

Searched refs:axfr_timestamp (Results 1 – 5 of 5) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Dzdb_zone_axfr_input_stream.c120 if((stream->zone->axfr_timestamp != 0) || (stream->zone->axfr_serial != stream->serial)) in zdb_zone_axfr_input_stream_read()
225 timestamp = zone->axfr_timestamp; in zdb_zone_axfr_input_stream_open()
266 timestamp = zone->axfr_timestamp; in zdb_zone_axfr_input_stream_open()
H A Dzdb-zone-answer-axfr.c241 storage->zone->axfr_timestamp = time(NULL); in zdb_zone_answer_axfr_write_file_thread()
250 storage->zone->axfr_timestamp = 1; in zdb_zone_answer_axfr_write_file_thread()
262 storage->zone->axfr_timestamp = 1; in zdb_zone_answer_axfr_write_file_thread()
492 data_zone->axfr_timestamp = 1; in zdb_zone_answer_axfr_thread()
547 u32 axfr_dump_age = (now >= data_zone->axfr_timestamp)?now - data_zone->axfr_timestamp:0; in zdb_zone_answer_axfr_thread()
591 data_zone->axfr_timestamp, in zdb_zone_answer_axfr_thread()
651 data_zone->axfr_timestamp = 0; in zdb_zone_answer_axfr_thread()
823 data_zone->axfr_timestamp = 1; in zdb_zone_answer_axfr_thread()
H A Djournal-cjf.c941 u32 ts = jnl->zone->axfr_timestamp; in journal_cjf_append_ixfr_stream_first_page_removal()
1049 u32 ts = jnl->zone->axfr_timestamp; in journal_cjf_get_space_left_until_need_storage_page()
H A Dzdb_zone.c341 zone->axfr_timestamp = 1; in zdb_zone_create()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/include/dnsdb/
H A Dzdb_types.h784 …volatile u32 axfr_timestamp; // The last time when an AXFR has ENDED to be written on disk,… member