Home
last modified time | relevance | path

Searched refs:mDNSPlatformMemAllocate (Results 1 – 11 of 11) sorted by relevance

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/
H A DLegacyNATTraversal.c86 if ((srcLen > UINT32_MAX) || ((*dst = mDNSPlatformMemAllocate((mDNSu32)srcLen)) == mDNSNULL)) in AllocAndCopy()
113 if ((*addressAndPort = mDNSPlatformMemAllocate(i+1)) == mDNSNULL) in ParseHttpUrl()
137 if ((*path = mDNSPlatformMemAllocate((mDNSu32)(end - ptr) + 1)) == mDNSNULL) in ParseHttpUrl()
533 …else if ((info->Reply = mDNSPlatformMemAllocate(LNT_MAXBUFSIZE)) == mDNSNULL) { LogInfo("can't all… in MakeTCPConnection()
620 if (!info->Request) info->Request = mDNSPlatformMemAllocate(LNT_MAXBUFSIZE); in SendSOAPMsgControlAction()
752 if ((info = (tcpLNTInfo *) mDNSPlatformMemAllocate(sizeof(*info))) == mDNSNULL) in LNT_UnmapPort()
788 …else if ((info->Request = mDNSPlatformMemAllocate(LNT_MAXBUFSIZE)) == mDNSNULL) { LogInfo("can't a… in GetDeviceDescription()
H A DmDNSMacOSX.c394 subkeyCopy = mDNSPlatformMemAllocate(len + 1); in mDNSDynamicStoreSetConfig()
6370 vals = (const void **) mDNSPlatformMemAllocate(sizeof(void *) * (mDNSu32)ic); in ChangedKeysHaveIPv4LL()
6371 keys = (const void **) mDNSPlatformMemAllocate(sizeof(void *) * (mDNSu32)ic); in ChangedKeysHaveIPv4LL()
8581 mDNSexport void *mDNSPlatformMemAllocate(mDNSu32 len) { return(mallocL("mDNSPlatformMemAllocat… in mDNSPlatformMemAllocate() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/discovery/mdns/
H A Dmdns_responder_platform.cc95 void* mDNSPlatformMemAllocate(mDNSu32 len) { in mDNSPlatformMemAllocate() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/discovery/mdns/
H A Dmdns_responder_platform.cc103 void* mDNSPlatformMemAllocate(mDNSu32 len) { in mDNSPlatformMemAllocate() function
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A DClientRequests.c522 inOp->qname = (domainname *) mDNSPlatformMemAllocate(len); in QueryRecordOpStart()
616 q2 = (DNSQuestion *) mDNSPlatformMemAllocate((mDNSu32)sizeof(*inOp->q2)); in QueryRecordOpStart()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A Ddnsproxy.c756 pc->optRR = (mDNSu8 *) mDNSPlatformMemAllocate(optLen); in ProxyCallbackCommon()
H A DmDNSEmbeddedAPI.h3026 #define mDNSPlatformMemAllocate(X) mallocL(# X, X) macro
3033 extern void * mDNSPlatformMemAllocate(mDNSu32 len);
H A DmDNS.c405 ag->name = (domainname *) mDNSPlatformMemAllocate(namelen); in GetAuthGroup()
626 qName = (domainname *) mDNSPlatformMemAllocate(qNameLen); in AnswerQuestionByFollowingCNAME()
5300 cg->name = (domainname *) mDNSPlatformMemAllocate(namelen); in GetCacheGroup()
6201 newrd = (RData *) mDNSPlatformMemAllocate(sizeof(RData) - sizeof(RDataBody) + rdsize); in UpdateKeepaliveRData()
8321 domainname *name = (domainname *) mDNSPlatformMemAllocate(DomainNameLength(cg->name)); in CreateNewCacheEntry()
H A DDNSCommon.c3637 buf = (char *) mDNSPlatformMemAllocate(msglen + 2); in mDNSSendDNSMessage()
H A DuDNS.c1396 tcpInfo->reply = (DNSMessage *) mDNSPlatformMemAllocate(tcpInfo->replylen); in tcpCallback()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSPosix/
H A DmDNSPosix.c1842 mDNSexport void *mDNSPlatformMemAllocate(mDNSu32 len) { return(mallocL("mDNSPlatformMemAllocat… in mDNSPlatformMemAllocate() function