Searched refs:inErrorCode (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_ipc.c33 char *win32_strerror(int inErrorCode) argument
41 (DWORD) inErrorCode,
H A Ddnssd_ipc.h52 extern char *win32_strerror(int inErrorCode);
H A DDebugServices.c659 int_least32_t inErrorCode,
673 if( inErrorCode != 0 )
681 inErrorCode, inErrorCode,
1614 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize ) argument
1623 switch( inErrorCode )
1973 n = FormatMessageA( FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, (DWORD) inErrorCode,
1991 s = strerror( inErrorCode );
658 DebugPrintAssert( int_least32_t inErrorCode, const char * inAssertString, const char * inMessage, const char * inFilename, int_least32_t inLineNumber, const char * inFunction ) argument
H A DDebugServices.h1425 @param inErrorCode Error that generated this assert or noErr.
1448 int_least32_t inErrorCode,
1528 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t inBufferSize );
H A Ddnssd_clientshim.c719 DNSServiceErrorType inErrorCode,
732 if (inErrorCode == kDNSServiceErr_NoError && inRRType == kDNSServiceType_A)
738 x->callback((DNSServiceRef)x, inFlags, inInterfaceIndex, inErrorCode, inFullName,
715 DNSServiceGetAddrInfoResponse( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, uint16_t inRRType, uint16_t inRRClass, uint16_t inRDLen, const void * inRData, uint32_t inTTL, void * inContext ) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.h216 DNSServiceErrorType inErrorCode,
238 DNSServiceErrorType inErrorCode,
H A DExplorerBarWindow.cpp369 DNSServiceErrorType inErrorCode,
384 require_noerr( inErrorCode, exit );
576 DNSServiceErrorType inErrorCode,
590 DEBUG_UNUSED( inErrorCode );
593 require_noerr( inErrorCode, exit );
365 BrowseCallBack( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inName, const char * inType, const char * inDomain, void * inContext ) argument
572 ResolveCallBack( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, const char * inHostName, uint16_t inPort, uint16_t inTXTSize, const char * inTXT, void * inContext ) argument
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h187 DNSServiceErrorType inErrorCode,
198 DNSServiceErrorType inErrorCode,
211 DNSServiceErrorType inErrorCode,
H A DPrinterSetupWizardSheet.cpp1001 DNSServiceErrorType inErrorCode,
1016 require_noerr( inErrorCode, exit );
1091 DNSServiceErrorType inErrorCode,
1110 require_noerr( inErrorCode, exit );
1201 DNSServiceErrorType inErrorCode,
1222 require_noerr( inErrorCode, exit );
997 OnBrowse( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inName, const char * inType, const char * inDomain, void * inContext ) argument
1087 OnResolve( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, const char * inHostName, uint16_t inPort, uint16_t inTXTSize, const char * inTXT, void * inContext ) argument
1197 OnQuery( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inFullName, uint16_t inRRType, uint16_t inRRClass, uint16_t inRDLen, const void * inRData, uint32_t inTTL, void * inContext) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c159 DNSServiceErrorType inErrorCode,
173 DNSServiceErrorType inErrorCode,
1155 DNSServiceErrorType inErrorCode,
1176 require_noerr( inErrorCode, exit );
1242 DNSServiceErrorType inErrorCode,
1263 require_noerr( inErrorCode, exit );
1151 QueryRecordCallback4( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inName, uint16_t inRRType, uint16_t inRRClass, uint16_t inRDataSize, const void * inRData, uint32_t inTTL, void * inContext ) argument
1238 QueryRecordCallback6( DNSServiceRef inRef, DNSServiceFlags inFlags, uint32_t inInterfaceIndex, DNSServiceErrorType inErrorCode, const char * inName, uint16_t inRRType, uint16_t inRRClass, uint16_t inRDataSize, const void * inRData, uint32_t inTTL, void * inContext ) argument

Completed in 101 milliseconds