Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.c2092 char byteCountString[ 32 ]; in DebugHexDump() local
2254 s = byteCountString; in DebugHexDump()
2259 s += DebugSNPrintF( s, sizeof( byteCountString ), " (%d bytes)", (int) inDataSize ); in DebugHexDump()
2262 check( ( (size_t)( s - byteCountString ) ) < sizeof( byteCountString ) ); in DebugHexDump()
2288 byteCountString, in DebugHexDump()
2310 byteCountString, in DebugHexDump()
2335 byteCountString, in DebugHexDump()
2357 byteCountString, in DebugHexDump()