Searched refs:ndr_heap_mstring (Results 1 – 3 of 3) sorted by relevance
439 int ndr_heap_mstring(ndr_heap_t *, const char *, ndr_mstring_t *);449 #define NDR_MSTRING(XA, S, OUT) ndr_heap_mstring((XA)->heap, (S), (OUT))
201 ndr_heap_mstring(ndr_heap_t *heap, const char *s, ndr_mstring_t *out) in ndr_heap_mstring() function
69 ndr_heap_mstring;