Searched refs:ndr_heap_strdup (Results 1 – 3 of 3) sorted by relevance
178 ndr_heap_strdup(ndr_heap_t *heap, const char *s) in ndr_heap_strdup() function219 if ((out->str = ndr_heap_strdup(heap, s)) == NULL) in ndr_heap_mstring()
438 void *ndr_heap_strdup(ndr_heap_t *, const char *);448 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S))
70 ndr_heap_strdup;