Searched refs:ub_stats_info (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/unbound/daemon/
H A Dstats.h81 struct ub_stats_info* s, int reset);
91 void server_stats_compile(struct worker* worker, struct ub_stats_info* s,
107 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a);
H A Dstats.c257 server_stats_compile(struct worker* worker, struct ub_stats_info* s, int reset)
378 struct ub_stats_info* s, int reset)
426 struct ub_stats_info s;
434 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a)
H A Dremote.c670 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s)
739 print_thread_stats(RES* ssl, int i, struct ub_stats_info* s)
765 struct ub_stats_info* s)
866 print_hist(RES* ssl, struct ub_stats_info* s)
894 print_ext(RES* ssl, struct ub_stats_info* s, int inhibit_zero)
1087 struct ub_stats_info total;
1088 struct ub_stats_info s;
/freebsd-current/contrib/unbound/util/shm_side/
H A Dshm_main.h56 struct ub_stats_info* ptr_arr;
H A Dshm_main.c98 shm_size = (sizeof(struct ub_stats_info) * (daemon->num + 1));
166 daemon->shm_info->ptr_arr = (struct ub_stats_info*)
228 struct ub_stats_info *stat_total;
229 struct ub_stats_info *stat_info;
248 memset(stat_total, 0, sizeof(struct ub_stats_info));
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c202 static void pr_stats(const char* nm, struct ub_stats_info* s)
260 struct ub_stats_info* s)
288 static void print_hist(struct ub_stats_info* s)
308 static void print_extended(struct ub_stats_info* s, int inhibit_zero)
423 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats,
447 struct ub_stats_info* stats;
468 stats = (struct ub_stats_info*)shmat(id_arr, NULL, SHM_RDONLY);
/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h855 struct ub_stats_info { struct

Completed in 126 milliseconds