Searched refs:ndr_heap_strdup (Results 1 – 3 of 3) sorted by relevance
160 ndr_heap_strdup(ndr_heap_t *heap, const char *s) in ndr_heap_strdup() function192 if ((out->str = ndr_heap_strdup(heap, s)) == NULL) in ndr_heap_mstring()
406 void *ndr_heap_strdup(ndr_heap_t *, const char *);417 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S))
60 ndr_heap_strdup;