_talloc_zero_array   93 lib/talloc/talloc.h #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
_talloc_zero_array  250 source3/include/smb_macros.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
_talloc_zero_array  127 source3/libaddns/dns.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #type)
_talloc_zero_array  169 source3/rpc_parse/parse_prs.c 		ret = (char *)_talloc_zero_array(ps->mem_ctx, size, count,