SMB_CALLOC_ARRAY  236 source3/lib/debug.c 	list = SMB_CALLOC_ARRAY(char *, debug_num_classes + 1);
SMB_CALLOC_ARRAY  215 source3/lib/ms_fnmatch.c 			max_n = SMB_CALLOC_ARRAY(struct max_n, count);
SMB_CALLOC_ARRAY   73 source3/lib/substitute.c 	local_machine = SMB_CALLOC_ARRAY(char, len+1);
SMB_CALLOC_ARRAY  124 source3/lib/substitute.c 	remote_machine = SMB_CALLOC_ARRAY(char, len+1);
SMB_CALLOC_ARRAY  187 source3/lib/substitute.c 	smb_user_name = SMB_CALLOC_ARRAY(char, len+1);
SMB_CALLOC_ARRAY  407 source3/libsmb/libsmb_xattr.c 	if ((aces = SMB_CALLOC_ARRAY(SEC_ACE,
SMB_CALLOC_ARRAY  450 source3/libsmb/libsmb_xattr.c 			owner_sid = SMB_CALLOC_ARRAY(DOM_SID, 1);
SMB_CALLOC_ARRAY  466 source3/libsmb/libsmb_xattr.c 			owner_sid = SMB_CALLOC_ARRAY(DOM_SID, 1);
SMB_CALLOC_ARRAY  482 source3/libsmb/libsmb_xattr.c 			group_sid = SMB_CALLOC_ARRAY(DOM_SID, 1);
SMB_CALLOC_ARRAY  498 source3/libsmb/libsmb_xattr.c 			group_sid = SMB_CALLOC_ARRAY(DOM_SID, 1);
SMB_CALLOC_ARRAY  128 source3/modules/vfs_netatalk.c 	if (!(new_list = SMB_CALLOC_ARRAY(name_compare_entry, (count == 0 ? 1 : count + 1))))
SMB_CALLOC_ARRAY 3027 source3/printing/nt_printing.c 	conv_strs = SMB_CALLOC_ARRAY(smb_ucs2_t, str_size);
SMB_CALLOC_ARRAY 2733 source3/smbd/reply.c 		char *buf = SMB_CALLOC_ARRAY(char, SHORT_SEND_BUFSIZE);
SMB_CALLOC_ARRAY  642 source3/smbd/vfs.c 		sparse_buf = SMB_CALLOC_ARRAY(char, SPARSE_BUF_WRITE_SIZE);
SMB_CALLOC_ARRAY  347 source3/utils/sharesec.c 	if (!(aces = SMB_CALLOC_ARRAY(SEC_ACE, 1+(*the_acl)->num_aces))) {
SMB_CALLOC_ARRAY  537 source3/utils/smbcacls.c 	if (!(aces = SMB_CALLOC_ARRAY(SEC_ACE, 1+(*the_acl)->num_aces))) {
SMB_CALLOC_ARRAY  570 source3/utils/smbcacls.c 			owner_sid = SMB_CALLOC_ARRAY(DOM_SID, 1);
SMB_CALLOC_ARRAY  584 source3/utils/smbcacls.c 			grp_sid = SMB_CALLOC_ARRAY(DOM_SID, 1);