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

  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 116 DEBUG_LOCAL int WSPAPI
124 DEBUG_LOCAL int WSPAPI
131 DEBUG_LOCAL int WSPAPI NSPLookupServiceEnd( HANDLE inLookup );
133 DEBUG_LOCAL int WSPAPI
141 DEBUG_LOCAL int WSPAPI NSPInstallServiceClass( LPGUID inProviderID, LPWSASERVICECLASSINFOW inServiceClassInfo );
142 DEBUG_LOCAL int WSPAPI NSPRemoveServiceClass( LPGUID inProviderID, LPGUID inServiceClassID );
143 DEBUG_LOCAL int WSPAPI NSPGetServiceClassInfo( LPGUID inProviderID, LPDWORD ioBufSize, LPWSASERVICECLASSINFOW ioServiceClassInfo );
150 DEBUG_LOCAL OSStatus QueryCreate( const WSAQUERYSETW *inQuerySet, DWORD inQuerySetFlags, QueryRef *outRef );
151 DEBUG_LOCAL OSStatus QueryRetain( QueryRef inRef );
152 DEBUG_LOCAL OSStatus QueryRelease( QueryRef inRef )
    [all...]
  /external/mdnsresponder/mDNSWindows/NSPTool/
NSPTool.c 32 DEBUG_LOCAL void Usage( void );
33 DEBUG_LOCAL int ProcessArgs( int argc, char *argv[] );
34 DEBUG_LOCAL OSStatus InstallNSP( const char *inName, const char *inGUID, const char *inPath );
35 DEBUG_LOCAL OSStatus RemoveNSP( const char *inGUID );
36 DEBUG_LOCAL OSStatus EnableNSP( const char *inGUID, BOOL inEnable );
37 DEBUG_LOCAL OSStatus ListNameSpaces( void );
38 DEBUG_LOCAL OSStatus ReorderNameSpaces( void );
40 DEBUG_LOCAL WCHAR * CharToWCharString( const char *inCharString, WCHAR *outWCharString );
41 DEBUG_LOCAL char * GUIDtoString( const GUID *inGUID, char *outString );
42 DEBUG_LOCAL OSStatus StringToGUID( const char *inCharString, GUID *outGUID )
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 184 DEBUG_LOCAL mDNS_PlatformSupport gPlatformStorage;
185 DEBUG_LOCAL BOOL gServiceQuietMode = FALSE;
186 DEBUG_LOCAL SERVICE_TABLE_ENTRY gServiceDispatchTable[] =
191 DEBUG_LOCAL SOCKET gInterfaceListChangedSocket = INVALID_SOCKET;
192 DEBUG_LOCAL HANDLE gInterfaceListChangedEvent = NULL;
193 DEBUG_LOCAL HKEY gDescKey = NULL;
194 DEBUG_LOCAL HANDLE gDescChangedEvent = NULL; // Computer description changed event
195 DEBUG_LOCAL HKEY gTcpipKey = NULL;
196 DEBUG_LOCAL HANDLE gTcpipChangedEvent = NULL; // TCP/IP config changed
197 DEBUG_LOCAL HKEY gDdnsKey = NULL
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 55 private static final boolean DEBUG_LOCAL = false;
56 private static final boolean DEBUG = DEBUG_LOCAL || DEBUG_ANIM;
57 private static final String TAG = TAG_WITH_CLASS_NAME || DEBUG_LOCAL
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 98 DEBUG_LOCAL,
rdcoff.c 567 DEBUG_LOCAL, bfd_asymbol_value (sym)))
ieee.c     [all...]
wrstabs.c     [all...]
stabs.c 883 if (! stab_record_variable (dhandle, info, name, dtype, DEBUG_LOCAL,
1099 if (! stab_record_variable (dhandle, info, name, dtype, DEBUG_LOCAL,
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 390 /*! @defined DEBUG_LOCAL
401 #define DEBUG_LOCAL
403 #define DEBUG_LOCAL static
    [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanelExe.cpp 75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey )

Completed in 485 milliseconds