Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/libunbound/
HDunbound.h690 #define UB_STATS_RPZ_ACTION_NUM 10 macro
847 long long rpz_action[UB_STATS_RPZ_ACTION_NUM];
/freebsd-13-stable/contrib/unbound/services/
HDmesh.h134 size_t rpz_action[UB_STATS_RPZ_ACTION_NUM];
HDmesh.c2043 memset(&mesh->rpz_action[0], 0, sizeof(size_t)*UB_STATS_RPZ_ACTION_NUM); in mesh_stats_clear()
/freebsd-13-stable/contrib/unbound/daemon/
HDstats.c280 for(i=0; i<UB_STATS_RPZ_ACTION_NUM; i++) in server_stats_compile()
514 for(i=0; i<UB_STATS_RPZ_ACTION_NUM; i++) in server_stats_add()
HDremote.c1081 for(i=0; i<UB_STATS_RPZ_ACTION_NUM; i++) { in print_ext()
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-control.c412 for(i=0; i<UB_STATS_RPZ_ACTION_NUM; i++) { in print_extended()