Searched refs:PR_LL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 210 #define PR_LL(str, var) printf(str SQ ARG_LL"d\n", (long long)(var)); macro 273 PR_LL("mem.cache.rrset", shm_stat->mem.rrset); in print_mem() 274 PR_LL("mem.cache.message", shm_stat->mem.msg); in print_mem() 275 PR_LL("mem.mod.iterator", shm_stat->mem.iter); in print_mem() 276 PR_LL("mem.mod.validator", shm_stat->mem.val); in print_mem() 277 PR_LL("mem.mod.respip", shm_stat->mem.respip); in print_mem() 279 PR_LL("mem.mod.subnet", shm_stat->mem.subnet); in print_mem() 282 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem() 285 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib); in print_mem() 288 PR_LL("mem.cache.dnscrypt_shared_secret", in print_mem() [all …]
|