Searched refs:mStatus_NoMemoryErr (Results 1 - 9 of 9) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c249 if (!x) { err = mStatus_NoMemoryErr; errormsg = "No memory"; goto fail; }
406 if (!x) { err = mStatus_NoMemoryErr; errormsg = "No memory"; goto fail; }
493 if (!x) { err = mStatus_NoMemoryErr; errormsg = "No memory"; goto fail; }
645 if (!x) { err = mStatus_NoMemoryErr; errormsg = "No memory"; goto fail; }
735 if (!x) { err = mStatus_NoMemoryErr; errormsg = "No memory"; goto fail; }
H A Ddnsextd.c251 err = mStatus_NoMemoryErr;
457 require_action_quiet( pkt, exit, err = mStatus_NoMemoryErr; LogErr( "RecvPacket", "malloc" ) );
1069 require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr );
1102 case 'f': free( cfgfile ); cfgfile = strdup( optarg ); require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr ); break;
2577 require_action( context, exit, err = mStatus_NoMemoryErr ; LogErr( "RecvUDPMessage", "malloc" ) );
2816 require_action( context, exit, err = mStatus_NoMemoryErr; LogErr( "AcceptTCPConnection", "malloc" ) );
3014 require_action( elem, exit, err = mStatus_NoMemoryErr );
H A Duds_daemon.c1097 if (!extra) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; }
1489 if (!instance) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; }
1780 if (!b) return mStatus_NoMemoryErr;
2546 if (!(*question2)->qnameOrig) { LogMsg("SendAdditionalQuery: ERROR!! malloc failure"); return mStatus_NoMemoryErr; }
H A DDebugServices.c1737 CaseErrorStringifyHardCode( -65539, mStatus_NoMemoryErr );
/external/mdnsresponder/mDNSPosix/
H A DResponder.c433 status = mStatus_NoMemoryErr;
H A DmDNSPosix.c1211 return mStatus_NoMemoryErr;
1547 return mStatus_NoMemoryErr;
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h322 mStatus_NoMemoryErr = -65539, enumerator in enum:__anon26787
H A DuDNS.c1084 if (!tcpInfo->reply) { LogMsg("ERROR: tcpCallback - malloc failed"); err = mStatus_NoMemoryErr; goto exit; }
4266 if (!q->LocalSocket) err = mStatus_NoMemoryErr; // If failed to make socket (should be very rare), we'll try again next time
H A DDNSCommon.c2625 if (!end) { LogMsg("mDNSSendDNSMessage: DNSDigest_SignMessage failed"); status = mStatus_NoMemoryErr; }

Completed in 1158 milliseconds