HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_UNUSED (Results 1 - 7 of 7) sorted by null

  /external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigPropertySheet.cpp 265 DEBUG_UNUSED( sdRef );
266 DEBUG_UNUSED( interfaceIndex );
ControlPanel.cpp 106 DEBUG_UNUSED( pParentWnd );
182 DEBUG_UNUSED( pInfo );
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 262 DEBUG_UNUSED( inReserved );
508 DEBUG_UNUSED( inProviderID );
509 DEBUG_UNUSED( inServiceClassInfo );
800 DEBUG_UNUSED( inProviderID );
801 DEBUG_UNUSED( inServiceClassInfo );
802 DEBUG_UNUSED( inRegInfo );
803 DEBUG_UNUSED( inOperation );
804 DEBUG_UNUSED( inFlags );
825 DEBUG_UNUSED( inProviderID );
826 DEBUG_UNUSED( inServiceClassInfo )
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 971 DEBUG_UNUSED( m );
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 1046 DEBUG_UNUSED( inEventData );
1047 DEBUG_UNUSED( inContext );
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1134 DEBUG_UNUSED( inComponentSignature );
1135 DEBUG_UNUSED( inOptions );
1136 DEBUG_UNUSED( inExceptionString );
1137 DEBUG_UNUSED( inValue );
1138 DEBUG_UNUSED( inOutputMsg );
    [all...]
DebugServices.h 359 /*! @defined DEBUG_UNUSED
365 There is no universally supported pragma/attribute for indicating a variable is unused. DEBUG_UNUSED lets us
369 #define DEBUG_UNUSED( X ) (void)( X )
    [all...]

Completed in 335 milliseconds