Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_heap.c160 ndr_heap_strdup(ndr_heap_t *heap, const char *s) in ndr_heap_strdup() function
192 if ((out->str = ndr_heap_strdup(heap, s)) == NULL) in ndr_heap_mstring()
H A Dlibmlrpc.h406 void *ndr_heap_strdup(ndr_heap_t *, const char *);
417 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S))
H A Dmapfile-vers60 ndr_heap_strdup;