Searched refs:ndr_heap_malloc (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_heap.c | 124 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 D | libmlrpc.h | 405 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 D | mapfile-vers | 55 ndr_heap_malloc;
|
H A D | ndr_ops.c | 204 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len)); in ndo_malloc()
|
H A D | ndr_server.c | 564 if ((param = ndr_heap_malloc(mxa->heap, p_len)) == NULL) in ndr_generic_call_stub()
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | mlsvc_client.c | 358 return (ndr_heap_malloc(heap, size)); in ndr_rpc_malloc()
|