Home
last modified time | relevance | path

Searched refs:DEBUG_UNUSED (Results 1 – 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c262 DEBUG_UNUSED( inReserved ); in DllMain()
508 DEBUG_UNUSED( inProviderID ); in NSPLookupServiceBegin()
509 DEBUG_UNUSED( inServiceClassInfo ); in NSPLookupServiceBegin()
800 DEBUG_UNUSED( inProviderID ); in NSPSetService()
801 DEBUG_UNUSED( inServiceClassInfo ); in NSPSetService()
802 DEBUG_UNUSED( inRegInfo ); in NSPSetService()
803 DEBUG_UNUSED( inOperation ); in NSPSetService()
804 DEBUG_UNUSED( inFlags ); in NSPSetService()
825 DEBUG_UNUSED( inProviderID ); in NSPInstallServiceClass()
826 DEBUG_UNUSED( inServiceClassInfo ); in NSPInstallServiceClass()
[all …]
/external/mdnsresponder/mDNSWindows/ControlPanel/
DConfigPropertySheet.cpp265 DEBUG_UNUSED( sdRef ); in BrowseDomainsReply()
266 DEBUG_UNUSED( interfaceIndex ); in BrowseDomainsReply()
DControlPanel.cpp106 DEBUG_UNUSED( pParentWnd ); in OnStartParms()
182 DEBUG_UNUSED( pInfo ); in OnNewInquire()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1046 DEBUG_UNUSED( inEventData ); in ServiceControlHandler()
1047 DEBUG_UNUSED( inContext ); in ServiceControlHandler()
1101 DEBUG_UNUSED( argc ); in ServiceRun()
1102 DEBUG_UNUSED( argv ); in ServiceRun()
1184 DEBUG_UNUSED( argc ); in ServiceSpecificInitialize()
1185 DEBUG_UNUSED( argv ); in ServiceSpecificInitialize()
1236 DEBUG_UNUSED( argc ); in ServiceSpecificRun()
1237 DEBUG_UNUSED( argv ); in ServiceSpecificRun()
1593 DEBUG_UNUSED( argc ); in ServiceSpecificFinalize()
1594 DEBUG_UNUSED( argv ); in ServiceSpecificFinalize()
[all …]
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c971 DEBUG_UNUSED( m ); in mDNSPlatformTCPSocket()
1048 DEBUG_UNUSED( inInterfaceID ); in mDNSPlatformTCPConnect()
1607 DEBUG_UNUSED( m ); in mDNSPlatformUpdateProxyList()
1608 DEBUG_UNUSED( InterfaceID ); in mDNSPlatformUpdateProxyList()
1617 DEBUG_UNUSED( m ); in mDNSPlatformSetAllowSleep()
1618 DEBUG_UNUSED( allowSleep ); in mDNSPlatformSetAllowSleep()
1619 DEBUG_UNUSED( reason ); in mDNSPlatformSetAllowSleep()
1624 DEBUG_UNUSED( msg ); in mDNSPlatformSendRawPacket()
1625 DEBUG_UNUSED( end ); in mDNSPlatformSendRawPacket()
1626 DEBUG_UNUSED( InterfaceID ); in mDNSPlatformSendRawPacket()
[all …]
/external/mdnsresponder/mDNSShared/
DDebugServices.c1134 DEBUG_UNUSED( inComponentSignature ); in DebugAssertOutputHandler()
1135 DEBUG_UNUSED( inOptions ); in DebugAssertOutputHandler()
1136 DEBUG_UNUSED( inExceptionString ); in DebugAssertOutputHandler()
1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()
1138 DEBUG_UNUSED( inOutputMsg ); in DebugAssertOutputHandler()
2049 DEBUG_UNUSED( inType ); in DebugHexDump()
2050 DEBUG_UNUSED( inTypeSize ); in DebugHexDump()
DDebugServices.h369 #define DEBUG_UNUSED( X ) (void)( X ) macro