Home
last modified time | relevance | path

Searched refs:inErrorCode (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnssd_ipc.c33 char *win32_strerror(int inErrorCode) in win32_strerror() argument
41 (DWORD) inErrorCode, in win32_strerror()
Ddnssd_ipc.h52 extern char *win32_strerror(int inErrorCode);
DDebugServices.c659 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()
Ddnssd_clientshim.c712 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()
DDebugServices.h1448 int_least32_t inErrorCode,
1528 …DEBUG_EXPORT const char * DebugGetErrorString( int_least32_t inErrorCode, char *inBuffer, size_t i…
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c159 DNSServiceErrorType inErrorCode,
173 DNSServiceErrorType inErrorCode,
1155 DNSServiceErrorType inErrorCode, in QueryRecordCallback4() argument
1176 require_noerr( inErrorCode, exit ); in QueryRecordCallback4()
1242 DNSServiceErrorType inErrorCode, in QueryRecordCallback6() argument
1263 require_noerr( inErrorCode, exit ); in QueryRecordCallback6()