_talloc_zero_array_zeronull 1216 source3/include/proto.h void *_talloc_zero_array_zeronull(const void *ctx, size_t el_size, unsigned count, const char *name); _talloc_zero_array_zeronull 238 source3/include/smb_macros.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array_zeronull(ctx, sizeof(type), count, #type) _talloc_zero_array_zeronull 106 source3/libaddns/dns.h void *_talloc_zero_array_zeronull(const void *ctx, size_t el_size, unsigned count, const char *name); _talloc_zero_array_zeronull 115 source3/libaddns/dns.h #define TALLOC_ZERO_ARRAY(ctx, type, count) (type *)_talloc_zero_array_zeronull(ctx, sizeof(type), count, #type)