Home
last modified time | relevance | path

Searched refs:UB_STATS_RCODE_NUM (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/unbound/libunbound/
HDunbound.h684 #define UB_STATS_RCODE_NUM 16 macro
766 long long ans_rcode[UB_STATS_RCODE_NUM];
/freebsd-head/contrib/unbound/services/
HDmesh.h135 size_t ans_rcode[UB_STATS_RCODE_NUM];
HDmesh.c2270 memset(&mesh->ans_rcode[0], 0, sizeof(size_t)*UB_STATS_RCODE_NUM); in mesh_stats_clear()
/freebsd-head/contrib/unbound/daemon/
HDstats.c278 for(i=0; i<UB_STATS_RCODE_NUM; i++) in server_stats_compile()
510 for(i=0; i<UB_STATS_RCODE_NUM; i++) in server_stats_add()
HDremote.c1124 for(i=0; i<UB_STATS_RCODE_NUM; i++) { in print_ext()
/freebsd-head/contrib/unbound/smallapp/
HDunbound-control.c396 for(i=0; i<UB_STATS_RCODE_NUM; i++) { in print_extended()