Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:mStatus_NoMemoryErr

1084 			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