Searched refs:DebugPrintFVAList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) )
1410 /*! @function DebugPrintFVAList
1416 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs );
H A DDebugServices.c517 n = DebugPrintFVAList( inLevel, inFormat, args );
525 // DebugPrintFVAList
528 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs ) function

Completed in 131 milliseconds