Searched refs:ndr_heap_malloc (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_heap.c | 123 ndr_heap_malloc(ndr_heap_t *heap, unsigned size) function 173 if ((p = ndr_heap_malloc(heap, len+1)) != NULL) 216 vc->vcs = ndr_heap_malloc(heap, mlen); 242 vcbuf->vcb = ndr_heap_malloc(heap, mlen); 265 if ((new_sid = ndr_heap_malloc(heap, size)) == NULL)
|
H A D | libndr.h | 414 void *ndr_heap_malloc(ndr_heap_t *, unsigned); 423 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ) 424 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T)) 425 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N))
|
H A D | ndr_ops.c | 241 return (ndr_heap_malloc((ndr_heap_t *)nds->heap, len));
|
H A D | ndr_server.c | 874 if ((param = ndr_heap_malloc(mxa->heap, p_len)) == NULL)
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | ntsvcs_clnt.c | 716 return (ndr_heap_malloc(heap, size));
|
Completed in 23 milliseconds