Searched defs:inType (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.c240 DEBUG_EXPORT OSStatus DebugInitialize( DebugOutputType inType, ... ) argument
246 va_start( args, inType );
273 type = inType;
322 if( inType == kDebugOutputTypeMetaConsole )
821 __private_extern__ void iDebugSetOutputTypeInternal( uint32_t inType );
2028 const char * inType,
2049 DEBUG_UNUSED( inType );
2022 DebugHexDump( DebugLevel inLevel, int inIndent, const char * inLabel, size_t inLabelSize, int inLabelMinWidth, const char * inType, size_t inTypeSize, const void * inDataStart, const void * inData, size_t inDataSize, DebugFlags inFlags, char * outBuffer, size_t inBufferSize ) argument

Completed in 124 milliseconds