SMB_MALLOC_P 187 nsswitch/winbind_nss_solaris.c if(!(be = SMB_MALLOC_P(nss_backend_t)) )
SMB_MALLOC_P 336 nsswitch/winbind_nss_solaris.c if(!(be = SMB_MALLOC_P(nss_backend_t)) )
SMB_MALLOC_P 608 nsswitch/winbind_nss_solaris.c if(!(be = SMB_MALLOC_P(nss_backend_t)) )
SMB_MALLOC_P 120 nsswitch/wins.c if ( (ret = SMB_MALLOC_P(struct in_addr)) == NULL ) {
SMB_MALLOC_P 150 nsswitch/wins.c if ((ret = SMB_MALLOC_P(struct in_addr)) == NULL) {
SMB_MALLOC_P 122 source3/auth/auth_util.c *user_info = SMB_MALLOC_P(auth_usersupplied_info);
SMB_MALLOC_P 218 source3/auth/pampass.c t = SMB_MALLOC_P(struct chat_struct);
SMB_MALLOC_P 419 source3/auth/pampass.c struct pam_conv *pconv = SMB_MALLOC_P(struct pam_conv);
SMB_MALLOC_P 420 source3/auth/pampass.c struct smb_pam_userdata *udp = SMB_MALLOC_P(struct smb_pam_userdata);
SMB_MALLOC_P 1887 source3/client/client.c entry = SMB_MALLOC_P(struct file_list);
SMB_MALLOC_P 133 source3/client/tree.c struct tree_data *p = SMB_MALLOC_P(struct tree_data);
SMB_MALLOC_P 32 source3/lib/bitmap.c bm = SMB_MALLOC_P(struct bitmap);
SMB_MALLOC_P 210 source3/lib/iconv.c ret = SMB_MALLOC_P(struct smb_iconv_s);
SMB_MALLOC_P 319 source3/lib/interface.c iface = SMB_MALLOC_P(struct interface);
SMB_MALLOC_P 458 source3/lib/smbldap.c mods = SMB_MALLOC_P(LDAPMod *);
SMB_MALLOC_P 477 source3/lib/smbldap.c mods[i] = SMB_MALLOC_P(LDAPMod);
SMB_MALLOC_P 1078 source3/lib/system.c if((entry = SMB_MALLOC_P(popen_list)) == NULL)
SMB_MALLOC_P 352 source3/libads/kerberos_verify.c if (!(key = SMB_MALLOC_P(krb5_keyblock))) {
SMB_MALLOC_P 511 source3/libsmb/clifsinfo.c es = SMB_MALLOC_P(struct smb_trans_enc_state);
SMB_MALLOC_P 520 source3/libsmb/clifsinfo.c es->s.gss_state = SMB_MALLOC_P(struct smb_tran_enc_state_gss);
SMB_MALLOC_P 1563 source3/libsmb/clikrb5.c if ((my_opt = SMB_MALLOC_P(krb5_get_init_creds_opt)) == NULL) {
SMB_MALLOC_P 57 source3/libsmb/libsmb_cache.c if (!(srvcache = SMB_MALLOC_P(struct smbc_server_cache))) {
SMB_MALLOC_P 76 source3/libsmb/libsmb_compat.c f = SMB_MALLOC_P(struct smbc_compat_fdlist);
SMB_MALLOC_P 48 source3/libsmb/libsmb_context.c context = SMB_MALLOC_P(SMBCCTX);
SMB_MALLOC_P 56 source3/libsmb/libsmb_context.c context->internal = SMB_MALLOC_P(struct SMBC_internal_data);
SMB_MALLOC_P 85 source3/libsmb/libsmb_dir.c dir->dir_list = SMB_MALLOC_P(struct smbc_dir_list);
SMB_MALLOC_P 99 source3/libsmb/libsmb_dir.c dir->dir_end->next = SMB_MALLOC_P(struct smbc_dir_list);
SMB_MALLOC_P 422 source3/libsmb/libsmb_dir.c dir = SMB_MALLOC_P(SMBCFILE);
SMB_MALLOC_P 107 source3/libsmb/libsmb_file.c file = SMB_MALLOC_P(SMBCFILE);
SMB_MALLOC_P 580 source3/libsmb/libsmb_server.c srv = SMB_MALLOC_P(SMBCSRV);
SMB_MALLOC_P 729 source3/libsmb/libsmb_server.c ipc_srv = SMB_MALLOC_P(SMBCSRV);
SMB_MALLOC_P 1509 source3/libsmb/namequery.c if ((*return_iplist = SMB_MALLOC_P(struct ip_service)) ==
SMB_MALLOC_P 593 source3/libsmb/nmblib.c if(( pkt_copy = SMB_MALLOC_P(struct packet_struct)) == NULL) {
SMB_MALLOC_P 658 source3/libsmb/nmblib.c if(( pkt_copy = SMB_MALLOC_P(struct packet_struct)) == NULL) {
SMB_MALLOC_P 736 source3/libsmb/nmblib.c p = SMB_MALLOC_P(struct packet_struct);
SMB_MALLOC_P 213 source3/modules/onefs_dir.c dsp = SMB_MALLOC_P(struct rdp_dir_state);
SMB_MALLOC_P 88 source3/modules/perfcount_onefs.c oc = SMB_MALLOC_P(struct onefs_op_counter);
SMB_MALLOC_P 205 source3/modules/perfcount_onefs.c new_ctxt = SMB_MALLOC_P(struct onefs_stats_context);
SMB_MALLOC_P 204 source3/modules/perfcount_test.c ctxt = SMB_MALLOC_P(struct perfcount_test_context);
SMB_MALLOC_P 211 source3/modules/perfcount_test.c ctr = SMB_MALLOC_P(struct perfcount_test_counter);
SMB_MALLOC_P 233 source3/modules/perfcount_test.c ctr = SMB_MALLOC_P(struct perfcount_test_counter);
SMB_MALLOC_P 310 source3/modules/perfcount_test.c new_ctxt = SMB_MALLOC_P(struct perfcount_test_context);
SMB_MALLOC_P 318 source3/modules/perfcount_test.c new_ctr = SMB_MALLOC_P(struct perfcount_test_counter);
SMB_MALLOC_P 27 source3/modules/vfs_aixacl_util.c struct smb_acl_t *result = SMB_MALLOC_P(struct smb_acl_t);
SMB_MALLOC_P 955 source3/modules/vfs_full_audit.c pd = SMB_MALLOC_P(struct vfs_full_audit_private_data);
SMB_MALLOC_P 215 source3/modules/vfs_posixacl.c struct smb_acl_t *result = SMB_MALLOC_P(struct smb_acl_t);
SMB_MALLOC_P 130 source3/modules/vfs_readahead.c struct readahead_data *rhd = SMB_MALLOC_P(struct readahead_data);
SMB_MALLOC_P 84 source3/modules/vfs_shadow_copy.c dirp = SMB_MALLOC_P(shadow_copy_Dir);
SMB_MALLOC_P 160 source3/modules/vfs_tru64acl.c if ((result = SMB_MALLOC_P(struct smb_acl_t)) == NULL) {
SMB_MALLOC_P 90 source3/nmbd/nmbd_browserdb.c browc = SMB_MALLOC_P(struct browse_cache_record);
SMB_MALLOC_P 199 source3/nmbd/nmbd_namelistdb.c namerec = SMB_MALLOC_P(struct name_record);
SMB_MALLOC_P 182 source3/nmbd/nmbd_packets.c if((packet = SMB_MALLOC_P(struct packet_struct)) == NULL) {
SMB_MALLOC_P 228 source3/nmbd/nmbd_packets.c if((nmb->additional = SMB_MALLOC_P(struct res_rec)) == NULL) {
SMB_MALLOC_P 1675 source3/nmbd/nmbd_packets.c fd_set *pset = SMB_MALLOC_P(fd_set);
SMB_MALLOC_P 103 source3/nmbd/nmbd_responserecordsdb.c if (!(rrec = SMB_MALLOC_P(struct response_record))) {
SMB_MALLOC_P 137 source3/nmbd/nmbd_serverlistdb.c if((servrec = SMB_MALLOC_P(struct server_record)) == NULL) {
SMB_MALLOC_P 127 source3/nmbd/nmbd_subnetdb.c subrec = SMB_MALLOC_P(struct subnet_record);
SMB_MALLOC_P 158 source3/nmbd/nmbd_synclists.c s = SMB_MALLOC_P(struct sync_record);
SMB_MALLOC_P 92 source3/nmbd/nmbd_winsserver.c namerec = SMB_MALLOC_P(struct name_record);
SMB_MALLOC_P 71 source3/nmbd/nmbd_workgroupdb.c if((work = SMB_MALLOC_P(struct work_record)) == NULL) {
SMB_MALLOC_P 90 source3/pam_smbpass/pam_smb_auth.c ret_data = SMB_MALLOC_P(int);
SMB_MALLOC_P 418 source3/pam_smbpass/support.c newauth = SMB_MALLOC_P( struct _pam_failed_auth );
SMB_MALLOC_P 6004 source3/param/loadparm.c ServicePtrs[iNumServices] = SMB_MALLOC_P(struct service);
SMB_MALLOC_P 6935 source3/param/loadparm.c f = SMB_MALLOC_P(struct file_lists);
SMB_MALLOC_P 90 source3/passdb/login_cache.c if (!(entry = SMB_MALLOC_P(LOGIN_CACHE))) {
SMB_MALLOC_P 85 source3/passdb/machine_sid.c if(!(sam_sid=SMB_MALLOC_P(DOM_SID)))
SMB_MALLOC_P 2622 source3/printing/nt_printing.c NT_DEVICEMODE *nt_devmode = SMB_MALLOC_P(NT_DEVICEMODE);
SMB_MALLOC_P 4538 source3/printing/nt_printing.c if ((nt_devmode = SMB_MALLOC_P(NT_DEVICEMODE)) == NULL) {
SMB_MALLOC_P 79 source3/printing/pcap.c if (name == NULL || ((p = SMB_MALLOC_P(struct pcap_cache)) == NULL))
SMB_MALLOC_P 84 source3/printing/printing_db.c p = SMB_MALLOC_P(struct tdb_print_db);
SMB_MALLOC_P 293 source3/registry/reg_objects.c if ( !(copy = SMB_MALLOC_P( REGISTRY_VALUE)) ) {
SMB_MALLOC_P 1190 source3/registry/regfio.c if ( !(rb = SMB_MALLOC_P(REGF_FILE)) ) {
SMB_MALLOC_P 78 source3/rpc_server/srv_lsa_hnd.c hl = SMB_MALLOC_P(struct handle_list);
SMB_MALLOC_P 978 source3/rpc_server/srv_pipe.c context_fns = SMB_MALLOC_P(struct pipe_rpc_fns);
SMB_MALLOC_P 1869 source3/rpc_server/srv_spoolss_nt.c *p = SMB_MALLOC_P(NT_PRINTER_DRIVER_INFO_LEVEL_3);
SMB_MALLOC_P 1921 source3/rpc_server/srv_spoolss_nt.c *p = SMB_MALLOC_P(NT_PRINTER_DRIVER_INFO_LEVEL_6);
SMB_MALLOC_P 3809 source3/rpc_server/srv_spoolss_nt.c session_counter = SMB_MALLOC_P(counter_printer_0);
SMB_MALLOC_P 551 source3/rpcclient/rpcclient.c if (!(entry = SMB_MALLOC_P(struct cmd_list))) {
SMB_MALLOC_P 416 source3/smbd/dir.c dptr = SMB_MALLOC_P(struct dptr_struct);
SMB_MALLOC_P 830 source3/smbd/fileio.c if((wcp = SMB_MALLOC_P(write_cache)) == NULL) {
SMB_MALLOC_P 68 source3/smbd/files.c fsp = SMB_MALLOC_P(files_struct);
SMB_MALLOC_P 75 source3/smbd/files.c fsp->fh = SMB_MALLOC_P(struct fd_handle);
SMB_MALLOC_P 203 source3/smbd/oplock_onefs.c if (!(result = SMB_MALLOC_P(struct onefs_callback_record))) {
SMB_MALLOC_P 418 source3/smbd/posix_acls.c struct pai_entry *paie = SMB_MALLOC_P(struct pai_entry);
SMB_MALLOC_P 451 source3/smbd/posix_acls.c paiv = SMB_MALLOC_P(struct pai_val);
SMB_MALLOC_P 494 source3/smbd/posix_acls.c struct pai_entry *paie = SMB_MALLOC_P(struct pai_entry);
SMB_MALLOC_P 529 source3/smbd/posix_acls.c paiv = SMB_MALLOC_P(struct pai_val);
SMB_MALLOC_P 755 source3/smbd/posix_acls.c canon_ace *dst_ace = SMB_MALLOC_P(canon_ace);
SMB_MALLOC_P 1364 source3/smbd/posix_acls.c if ((pace = SMB_MALLOC_P(canon_ace)) == NULL) {
SMB_MALLOC_P 1409 source3/smbd/posix_acls.c if ((pace = SMB_MALLOC_P(canon_ace)) == NULL) {
SMB_MALLOC_P 1435 source3/smbd/posix_acls.c if ((pace = SMB_MALLOC_P(canon_ace)) == NULL) {
SMB_MALLOC_P 1605 source3/smbd/posix_acls.c if ((current_ace = SMB_MALLOC_P(canon_ace)) == NULL) {
SMB_MALLOC_P 2469 source3/smbd/posix_acls.c if ((ace = SMB_MALLOC_P(canon_ace)) == NULL)
SMB_MALLOC_P 200 source3/smbd/seal.c ec->es->s.gss_state = SMB_MALLOC_P(struct smb_tran_enc_state_gss);
SMB_MALLOC_P 255 source3/smbd/seal.c ec = SMB_MALLOC_P(struct smb_srv_trans_enc_ctx);
SMB_MALLOC_P 260 source3/smbd/seal.c ec->es = SMB_MALLOC_P(struct smb_trans_enc_state);
SMB_MALLOC_P 198 source3/smbd/server.c child = SMB_MALLOC_P(struct child_pid);
SMB_MALLOC_P 1122 source3/smbd/sesssetup.c if (!(pad = SMB_MALLOC_P(struct pending_auth_data))) {
SMB_MALLOC_P 310 source3/torture/cmd_vfs.c fsp = SMB_MALLOC_P(struct files_struct);
SMB_MALLOC_P 319 source3/torture/cmd_vfs.c fsp->fh = SMB_MALLOC_P(struct fd_handle);
SMB_MALLOC_P 253 source3/torture/vfstest.c if (!(entry = SMB_MALLOC_P(struct cmd_list))) {
SMB_MALLOC_P 53 source3/utils/smbtree.c new_name = SMB_MALLOC_P(struct smb_name_list);
SMB_MALLOC_P 66 source3/web/statuspage.c if ((newmap = SMB_MALLOC_P(PIDMAP)) == NULL) {
SMB_MALLOC_P 2953 source3/winbindd/winbindd_cache.c cred = SMB_MALLOC_P(struct cred_list);
SMB_MALLOC_P 3021 source3/winbindd/winbindd_cache.c oldest = SMB_MALLOC_P(struct cred_list);
SMB_MALLOC_P 1072 source3/winbindd/winbindd_group.c domain_state = SMB_MALLOC_P(struct getent_state);
SMB_MALLOC_P 617 source3/winbindd/winbindd_user.c domain_state = SMB_MALLOC_P(struct getent_state);
SMB_MALLOC_P 172 source3/winbindd/winbindd_util.c if ((domain = SMB_MALLOC_P(struct winbindd_domain)) == NULL)