Home
last modified time | relevance | path

Searched refs:kDebugOutputTypeWindowsEventLog (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.cpp218 …debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()
DControlPanelExe.cpp155 …debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()
/external/mdnsresponder/mDNSShared/
DDebugServices.h177 #define kDebugOutputTypeWindowsEventLog 0x7765766CU // 'wevl' - 1st param = C-string name, 2nd par… macro
DDebugServices.c376 case kDebugOutputTypeWindowsEventLog: in DebugInitialize()
634 case kDebugOutputTypeWindowsEventLog: in DebugPrint()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c269 debug_initialize( kDebugOutputTypeWindowsEventLog, "mDNS NSP", inInstance ); in DllMain()