Searched refs:inErrorCode (Results 1 - 6 of 6) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
H A D | dnssd_ipc.c | 33 char *win32_strerror(int inErrorCode) argument 41 (DWORD) inErrorCode,
|
H A D | dnssd_ipc.h | 52 extern char *win32_strerror(int inErrorCode);
|
H A D | DebugServices.c | 659 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 D | DebugServices.h | 1425 @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 D | dnssd_clientshim.c | 712 DNSServiceErrorType inErrorCode, 725 if (inErrorCode == kDNSServiceErr_NoError && inRRType == kDNSServiceType_A) 731 x->callback((DNSServiceRef)x, inFlags, inInterfaceIndex, inErrorCode, inFullName, 708 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
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
H A D | mdnsNSP.c | 159 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 252 milliseconds