Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/NSPTool/
DNSPTool.c32 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/mdnsNSP/
DmdnsNSP.c116 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 inServic…
142 DEBUG_LOCAL int WSPAPI NSPRemoveServiceClass( LPGUID inProviderID, LPGUID inServiceClassID );
143 DEBUG_LOCAL int WSPAPI NSPGetServiceClassInfo( LPGUID inProviderID, LPDWORD ioBufSize, LPWSASERVICE…
150 DEBUG_LOCAL OSStatus QueryCreate( const WSAQUERYSETW *inQuerySet, DWORD inQuerySetFlags, QueryRef *…
151 DEBUG_LOCAL OSStatus QueryRetain( QueryRef inRef );
152 DEBUG_LOCAL OSStatus QueryRelease( QueryRef inRef );
[all …]
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c184 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 …]
/external/mdnsresponder/mDNSShared/
DDebugServices.h401 #define DEBUG_LOCAL macro
403 #define DEBUG_LOCAL static macro
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp75 DEBUG_LOCAL OSStatus MyRegDeleteKey( HKEY hKeyRoot, LPTSTR lpSubKey ) in MyRegDeleteKey()