Home
last modified time | relevance | path

Searched refs:msg_count (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/dig/
H A Ddig.h175 uint32_t msg_count; member
H A Ddig.c201 query->rr_count, query->msg_count, in received()
424 flags |= (query->msg_count == 0) ? DNS_MESSAGETEXTFLAG_ONESOA : in printmessage()
H A Ddighost.c2318 query->msg_count = 0; in setup_lookup()
2994 query->msg_count++; in check_for_more_data()
/openbsd/gnu/llvm/lldb/source/Target/
H A DThread.cpp1852 const size_t msg_count = messages_array->GetSize(); in GetDescription() local
1853 if (msg_count > 0) { in GetDescription()
1854 strm.Printf(" %zu trace messages:\n", msg_count); in GetDescription()
1855 for (size_t i = 0; i < msg_count; i++) { in GetDescription()