TALLOC_ARRAY      234 source3/include/smb_macros.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array_zeronull(ctx, sizeof(type), count, #type)
TALLOC_ARRAY      246 source3/include/smb_macros.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type)
TALLOC_ARRAY      111 source3/libaddns/dns.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array_zeronull(ctx, sizeof(type), count, #type)
TALLOC_ARRAY      123 source3/libaddns/dns.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type)