Home
last modified time | relevance | path

Searched refs:ndr_heap_strdup (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_heap.c178 ndr_heap_strdup(ndr_heap_t *heap, const char *s) in ndr_heap_strdup() function
219 if ((out->str = ndr_heap_strdup(heap, s)) == NULL) in ndr_heap_mstring()
H A Dlibmlrpc.h438 void *ndr_heap_strdup(ndr_heap_t *, const char *);
448 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S))
H A Dmapfile-vers70 ndr_heap_strdup;