Searched refs:DebugPrintFVAList (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) 1416 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs );
|
D | DebugServices.c | 517 n = DebugPrintFVAList( inLevel, inFormat, args ); in DebugPrintF() 528 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs ) in DebugPrintFVAList() function
|