Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1350 pChgRec = (IfChangeRec*) mDNSPlatformMemAllocate( sizeof *pChgRec); in WatchForInterfaceChange()
1518 mDNSexport void * mDNSPlatformMemAllocate(mDNSu32 len) { return(malloc(len)); } in mDNSPlatformMemAllocate() function
H A DmDNSEmbeddedAPI.h2699 extern void * mDNSPlatformMemAllocate (mDNSu32 len);
H A DDNSCommon.c383 newelem = (DNameListElem*)mDNSPlatformMemAllocate(sizeof(DNameListElem)); in mDNS_CopyDNameList()
H A DmDNS.c4421 r->resrec.rdata = (RData*)mDNSPlatformMemAllocate(sizeofRDataHeader + RDLength); in GetCacheRecord()
4441 if (namelen > InlineCacheGroupNameSize) cg->name = mDNSPlatformMemAllocate(namelen); in GetCacheGroup()
H A DuDNS.c790 #define umalloc(x) mDNSPlatformMemAllocate(x) // short hands for common routines