Lines Matching refs:PR_LL
222 #define PR_LL(str, var) printf(str SQ ARG_LL"d\n", (long long)(var)); macro
289 PR_LL("mem.cache.rrset", shm_stat->mem.rrset); in print_mem()
290 PR_LL("mem.cache.message", shm_stat->mem.msg); in print_mem()
291 PR_LL("mem.mod.iterator", shm_stat->mem.iter); in print_mem()
292 PR_LL("mem.mod.validator", shm_stat->mem.val); in print_mem()
293 PR_LL("mem.mod.respip", shm_stat->mem.respip); in print_mem()
295 PR_LL("mem.mod.subnet", shm_stat->mem.subnet); in print_mem()
298 PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod); in print_mem()
301 PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib); in print_mem()
304 PR_LL("mem.cache.dnscrypt_shared_secret", in print_mem()
306 PR_LL("mem.cache.dnscrypt_nonce", in print_mem()
309 PR_LL("mem.streamwait", s->svr.mem_stream_wait); in print_mem()
310 PR_LL("mem.http.query_buffer", s->svr.mem_http2_query_buffer); in print_mem()
311 PR_LL("mem.http.response_buffer", s->svr.mem_http2_response_buffer); in print_mem()
313 PR_LL("mem.quic", s->svr.mem_quic); in print_mem()