Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:args

64 		va_list args;
69 va_start( args, message );
70 len = _vscprintf( message, args ) + 1;
72 if ( buffer ) { vsprintf( buffer, message, args ); OutputDebugString( buffer ); free( buffer ); }