Searched refs:inErrorCode (Results 1 – 5 of 5) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
D | dnssd_ipc.c | 33 char *win32_strerror(int inErrorCode) in win32_strerror() argument 41 (DWORD) inErrorCode, in win32_strerror()
|
D | dnssd_ipc.h | 52 extern char *win32_strerror(int inErrorCode);
|
D | DebugServices.c | 659 int_least32_t inErrorCode, in DebugPrintAssert() argument 673 if( inErrorCode != 0 ) in DebugPrintAssert() 681 inErrorCode, inErrorCode, in DebugPrintAssert() 1614 DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t in… in DebugGetErrorString() argument 1623 switch( inErrorCode ) in DebugGetErrorString() 1973 …atMessageA( FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, (DWORD) inErrorCode, in DebugGetErrorString() 1991 s = strerror( inErrorCode ); in DebugGetErrorString()
|
D | dnssd_clientshim.c | 712 DNSServiceErrorType inErrorCode, in DNSServiceGetAddrInfoResponse() argument 725 if (inErrorCode == kDNSServiceErr_NoError && inRRType == kDNSServiceType_A) in DNSServiceGetAddrInfoResponse() 731 x->callback((DNSServiceRef)x, inFlags, inInterfaceIndex, inErrorCode, inFullName, in DNSServiceGetAddrInfoResponse()
|
D | DebugServices.h | 1448 int_least32_t inErrorCode, 1528 …DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t i…
|