Searched refs:inLabelSize (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 2026 size_t inLabelSize, in DebugHexDump() argument 2054 if( inLabelSize == kSizeCString ) in DebugHexDump() 2056 inLabelSize = strlen( inLabel ); in DebugHexDump() 2063 width = ( (int) inLabelSize > inLabelMinWidth ) ? (int) inLabelSize : inLabelMinWidth; in DebugHexDump() 2101 if( inLabel && ( inLabelSize > 0 ) ) in DebugHexDump() 2126 width, (int) inLabelSize, inLabel, in DebugHexDump() 2134 width, (int) inLabelSize, inLabel, in DebugHexDump() 2284 width, (int) inLabelSize, inLabel ? inLabel : "", in DebugHexDump() 2331 width, (int) inLabelSize, inLabel, in DebugHexDump()
|
D | DebugServices.h | 1543 size_t inLabelSize,
|