OpenDNSSEC-signer 1.2.1
|
#include <stats.h>
Data Fields | |
uint32_t | sort_count |
time_t | sort_time |
int | sort_done |
uint32_t | nsec_count |
time_t | nsec_time |
uint32_t | sig_count |
uint32_t | sig_soa_count |
uint32_t | sig_reuse |
time_t | sig_time |
time_t | audit_time |
time_t | start_time |
time_t | end_time |
time_t stats_struct::audit_time |
Definition at line 64 of file stats.h.
Referenced by stats_clear(), stats_log(), and tools_audit().
time_t stats_struct::end_time |
Definition at line 66 of file stats.h.
Referenced by stats_clear(), stats_log(), and tools_write_output().
uint32_t stats_struct::nsec_count |
Definition at line 58 of file stats.h.
Referenced by stats_clear(), stats_log(), zone_nsecify(), zonedata_nsecify(), and zonedata_nsecify3().
time_t stats_struct::nsec_time |
Definition at line 59 of file stats.h.
Referenced by stats_clear(), stats_log(), tools_nsecify(), and zone_nsecify().
uint32_t stats_struct::sig_count |
Definition at line 60 of file stats.h.
Referenced by rrset_sign(), stats_clear(), stats_log(), tools_audit(), tools_write_output(), and zone_sign().
uint32_t stats_struct::sig_reuse |
Definition at line 62 of file stats.h.
Referenced by rrset_sign(), stats_clear(), stats_log(), and zone_sign().
uint32_t stats_struct::sig_soa_count |
Definition at line 61 of file stats.h.
Referenced by rrset_sign(), stats_clear(), tools_audit(), and tools_write_output().
time_t stats_struct::sig_time |
Definition at line 63 of file stats.h.
Referenced by stats_clear(), stats_log(), tools_sign(), and zone_sign().
uint32_t stats_struct::sort_count |
Definition at line 55 of file stats.h.
Referenced by stats_clear(), stats_log(), and tools_read_input().
Definition at line 57 of file stats.h.
Referenced by stats_clear(), tools_audit(), tools_read_input(), tools_update(), and tools_write_output().
time_t stats_struct::sort_time |
Definition at line 56 of file stats.h.
Referenced by stats_clear(), stats_log(), and tools_read_input().
time_t stats_struct::start_time |
Definition at line 65 of file stats.h.
Referenced by stats_clear(), stats_log(), tools_nsecify(), tools_read_input(), and tools_sign().