Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:debugprintf

1185 		#define	dlog( ... )			DebugPrintF( __VA_ARGS__ )
1187 #define dlog( ARGS... ) DebugPrintF( ## ARGS )
1189 #define dlog DebugPrintF
1390 /*! @function DebugPrintF
1406 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... );
1412 @abstract va_list version of DebugPrintF. See DebugPrintF for more info.