Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:FORMAT

1208 	#define	dlogv( LEVEL, FORMAT, LIST )		DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) )
1210 #define dlogv( LEVEL, FORMAT, LIST )
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \
1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 )
1400 Variable number of arguments depending on the format string.
1467 @param fmt printf-style format string.
1468 @param VAR_ARG Variable number of arguments depending on the format string.