Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_heap.c124 ndr_heap_malloc(ndr_heap_t *heap, unsigned size) in ndr_heap_malloc() function
174 if ((p = ndr_heap_malloc(heap, len+1)) != NULL) in ndr_heap_strdup()
217 vc->vcs = ndr_heap_malloc(heap, mlen); in ndr_heap_mkvcs()
243 vcbuf->vcb = ndr_heap_malloc(heap, mlen); in ndr_heap_mkvcb()
266 if ((new_sid = ndr_heap_malloc(heap, size)) == NULL) in ndr_heap_siddup()
H A Dlibmlrpc.h405 void *ndr_heap_malloc(ndr_heap_t *, unsigned);
414 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ)
415 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T))
416 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N))
H A Dmapfile-vers55 ndr_heap_malloc;
H A Dndr_ops.c204 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len)); in ndo_malloc()
H A Dndr_server.c564 if ((param = ndr_heap_malloc(mxa->heap, p_len)) == NULL) in ndr_generic_call_stub()
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c313 return (ndr_heap_malloc(heap, size)); in ndr_rpc_malloc()