Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_heap.c125 ndr_heap_malloc(ndr_heap_t *heap, unsigned size) in ndr_heap_malloc() function
168 if ((p = ndr_heap_malloc(heap, len)) != NULL) in ndr_heap_dupmem()
256 vc->vcs = ndr_heap_malloc(heap, mlen); in ndr_heap_mkvcs()
281 vcbuf->vcb = ndr_heap_malloc(heap, mlen); in ndr_heap_mkvcb()
H A Dlibmlrpc.h437 void *ndr_heap_malloc(ndr_heap_t *, unsigned);
445 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ)
446 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T))
447 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N))
H A Dmapfile-vers66 ndr_heap_malloc;
H A Dmlrpc_clh.c376 return (ndr_heap_malloc(heap, size)); in ndr_rpc_malloc()
H A Dndr_ops.c205 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len)); in ndo_malloc()
H A Dndr_server.c527 if ((param = ndr_heap_malloc(mxa->heap, p_len)) == NULL) in ndr_generic_call_stub()