H A D | libmlrpc.h | 445 #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
|