Searched defs:XA (Results 1 – 1 of 1) sorted by relevance
/titanic_52/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | libmlrpc.h | 414 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ) argument 415 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T)) argument 416 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N)) argument 417 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S)) argument 418 #define NDR_MSTRING(XA, S, OUT) ndr_heap_mstring((XA) argument 419 NDR_SIDDUP(XA,S) global() argument [all...] |