Lines Matching defs:XA
414 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ)
415 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T))
416 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N))
417 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S))
418 #define NDR_MSTRING(XA, S, OUT) ndr_heap_mstring((XA)->heap, (S), (OUT))
419 #define NDR_SIDDUP(XA, S) ndr_heap_siddup((XA)->heap, (S))