Home
last modified time | relevance | path

Searched defs:XA (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dlibmlrpc.h445 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ) argument
446 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T)) argument
447 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N)) argument
448 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S)) argument
449 #define NDR_MSTRING(XA, S, OUT) ndr_heap_mstring((XA)->heap, (S), (OUT)) argument
450 #define NDR_SIDDUP(XA, S) ndr_heap_dupmem((XA)->heap, (S), smb_sid_len(S)) argument