_talloc_array_zeronull 1215 source3/include/proto.h void *_talloc_array_zeronull(const void *ctx, size_t el_size, unsigned count, const char *name);
_talloc_array_zeronull  234 source3/include/smb_macros.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array_zeronull(ctx, sizeof(type), count, #type)
_talloc_array_zeronull  105 source3/libaddns/dns.h void *_talloc_array_zeronull(const void *ctx, size_t el_size, unsigned count, const char *name);
_talloc_array_zeronull  111 source3/libaddns/dns.h #define TALLOC_ARRAY(ctx, type, count) (type *)_talloc_array_zeronull(ctx, sizeof(type), count, #type)