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

/external/mdnsresponder/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.c697 DNSServiceErrorType inErrorCode,
710 if (inErrorCode == kDNSServiceErr_NoError && inRRType == kDNSServiceType_A)
716 x->callback((DNSServiceRef)x, inFlags, inInterfaceIndex, inErrorCode, inFullName,
693 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

Completed in 117 milliseconds