Searched refs:debug_initialize (Results 1 – 8 of 8) sorted by relevance
1297 #define debug_initialize( ... ) DebugInitialize( __VA_ARGS__ ) macro1299 #define debug_initialize( ARGS... ) DebugInitialize( ## ARGS ) macro1301 #define debug_initialize DebugInitialize macro1305 #define debug_initialize( ... ) macro1307 #define debug_initialize( ARGS... ) macro1309 #define debug_initialize while( 0 ) macro
580 debug_initialize( kDebugOutputTypeMetaConsole ); in DebugPrint()2622 debug_initialize( kDebugOutputTypeMetaConsole ); in DebugServicesTest()
70 debug_initialize( kDebugOutputTypeWindowsDebugger ); in DllMain()
155 …debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()263 debug_initialize( kDebugOutputTypeWindowsDebugger, "ControlPanel", NULL ); in InitInstance()
218 …debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()
54 debug_initialize( kDebugOutputTypeMetaConsole ); in main()
244 debug_initialize( kDebugOutputTypeMetaConsole ); in Main()
269 debug_initialize( kDebugOutputTypeWindowsEventLog, "mDNS NSP", inInstance ); in DllMain()