talloc_zero_array  276 lib/tevent/tevent_signal.c 				sig_state->sig_info[signum] = talloc_zero_array(sig_state, siginfo_t, SA_INFO_QUEUE_COUNT);
talloc_zero_array  204 lib/util/ms_fnmatch.c 	max_n = talloc_zero_array(NULL, struct max_n, count);
talloc_zero_array   37 lib/util/tests/idtree.c 	ids = talloc_zero_array(mem_ctx, int, n);
talloc_zero_array   38 lib/util/tests/idtree.c 	present = talloc_zero_array(mem_ctx, int, n);
talloc_zero_array   83 libcli/security/secace.c 	if((pp_new[0] = talloc_zero_array(ctx, struct security_ace, *num )) == 0)
talloc_zero_array  128 libcli/security/secace.c 		if((pp_new[0] = talloc_zero_array(ctx, struct security_ace, *num )) == 0)
talloc_zero_array  128 librpc/gen_ndr/srv_echo.c 	r->out.out_data = talloc_zero_array(r, uint8_t, r->in.len);
talloc_zero_array  281 librpc/gen_ndr/srv_echo.c 	r->out.data = talloc_zero_array(r, uint8_t, r->in.len);
talloc_zero_array  825 librpc/gen_ndr/srv_echo.c 			r->out.out_data = talloc_zero_array(mem_ctx, uint8_t, r->in.len);
talloc_zero_array  843 librpc/gen_ndr/srv_echo.c 			r->out.data = talloc_zero_array(mem_ctx, uint8_t, r->in.len);
talloc_zero_array  201 librpc/gen_ndr/srv_epmapper.c 	r->out.entries = talloc_zero_array(r, struct epm_entry_t, r->in.max_ents);
talloc_zero_array  288 librpc/gen_ndr/srv_epmapper.c 	r->out.towers = talloc_zero_array(r, struct epm_twr_p_t, r->in.max_towers);
talloc_zero_array  672 librpc/gen_ndr/srv_epmapper.c 			r->out.entries = talloc_zero_array(mem_ctx, struct epm_entry_t, r->in.max_ents);
talloc_zero_array  690 librpc/gen_ndr/srv_epmapper.c 			r->out.towers = talloc_zero_array(mem_ctx, struct epm_twr_p_t, r->in.max_towers);
talloc_zero_array  817 librpc/gen_ndr/srv_eventlog.c 	r->out.data = talloc_zero_array(r, uint8_t, r->in.number_of_bytes);
talloc_zero_array 1715 librpc/gen_ndr/srv_eventlog.c 	r->out.buffer = talloc_zero_array(r, uint8_t, r->in.buf_size);
talloc_zero_array 2053 librpc/gen_ndr/srv_eventlog.c 			r->out.data = talloc_zero_array(mem_ctx, uint8_t, r->in.number_of_bytes);
talloc_zero_array 2144 librpc/gen_ndr/srv_eventlog.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, r->in.buf_size);
talloc_zero_array  786 librpc/gen_ndr/srv_ntsvcs.c 	r->out.buffer = talloc_zero_array(r, uint16_t, *r->out.length);
talloc_zero_array 1022 librpc/gen_ndr/srv_ntsvcs.c 	r->out.buffer = talloc_zero_array(r, uint8_t, *r->out.buffer_size);
talloc_zero_array 4952 librpc/gen_ndr/srv_ntsvcs.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint16_t, *r->out.length);
talloc_zero_array 4985 librpc/gen_ndr/srv_ntsvcs.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, *r->out.buffer_size);
talloc_zero_array 1803 librpc/gen_ndr/srv_spoolss.c 	r->out.data = talloc_zero_array(r, uint8_t, r->in.data_size);
talloc_zero_array 5646 librpc/gen_ndr/srv_spoolss.c 	r->out.value_name = talloc_zero_array(r, const char, r->in.value_offered / 2);
talloc_zero_array 5664 librpc/gen_ndr/srv_spoolss.c 	r->out.data = talloc_zero_array(r, uint8_t, r->in.data_offered);
talloc_zero_array 6121 librpc/gen_ndr/srv_spoolss.c 	r->out.buffer = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 6897 librpc/gen_ndr/srv_spoolss.c 	r->out.out_data = talloc_zero_array(r, uint8_t, r->in.out_data_size);
talloc_zero_array 7832 librpc/gen_ndr/srv_spoolss.c 			r->out.data = talloc_zero_array(mem_ctx, uint8_t, r->in.data_size);
talloc_zero_array 8296 librpc/gen_ndr/srv_spoolss.c 			r->out.value_name = talloc_zero_array(mem_ctx, const char, r->in.value_offered / 2);
talloc_zero_array 8311 librpc/gen_ndr/srv_spoolss.c 			r->out.data = talloc_zero_array(mem_ctx, uint8_t, r->in.data_offered);
talloc_zero_array 8363 librpc/gen_ndr/srv_spoolss.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 8462 librpc/gen_ndr/srv_spoolss.c 			r->out.out_data = talloc_zero_array(mem_ctx, uint8_t, r->in.out_data_size);
talloc_zero_array 2455 librpc/gen_ndr/srv_srvsvc.c 	r->out.can_path = talloc_zero_array(r, uint8_t, r->in.maxbuf);
talloc_zero_array 4517 librpc/gen_ndr/srv_srvsvc.c 			r->out.can_path = talloc_zero_array(mem_ctx, uint8_t, r->in.maxbuf);
talloc_zero_array  356 librpc/gen_ndr/srv_svcctl.c 	r->out.buffer = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 1050 librpc/gen_ndr/srv_svcctl.c 	r->out.service_status = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 1143 librpc/gen_ndr/srv_svcctl.c 	r->out.service = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 2128 librpc/gen_ndr/srv_svcctl.c 	r->out.service = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 2373 librpc/gen_ndr/srv_svcctl.c 	r->out.query = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 3072 librpc/gen_ndr/srv_svcctl.c 	r->out.buffer = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 3158 librpc/gen_ndr/srv_svcctl.c 	r->out.buffer = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 3244 librpc/gen_ndr/srv_svcctl.c 	r->out.buffer = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 3331 librpc/gen_ndr/srv_svcctl.c 	r->out.services = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 3430 librpc/gen_ndr/srv_svcctl.c 	r->out.services = talloc_zero_array(r, uint8_t, r->in.offered);
talloc_zero_array 3661 librpc/gen_ndr/srv_svcctl.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 3747 librpc/gen_ndr/srv_svcctl.c 			r->out.service_status = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 3770 librpc/gen_ndr/srv_svcctl.c 			r->out.service = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 3935 librpc/gen_ndr/srv_svcctl.c 			r->out.service = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 3975 librpc/gen_ndr/srv_svcctl.c 			r->out.query = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 4065 librpc/gen_ndr/srv_svcctl.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 4082 librpc/gen_ndr/srv_svcctl.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 4099 librpc/gen_ndr/srv_svcctl.c 			r->out.buffer = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 4117 librpc/gen_ndr/srv_svcctl.c 			r->out.services = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array 4145 librpc/gen_ndr/srv_svcctl.c 			r->out.services = talloc_zero_array(mem_ctx, uint8_t, r->in.offered);
talloc_zero_array  435 nsswitch/libwbclient/wbc_pam.c 			request.extra_data.data = talloc_zero_array(NULL, char, request.extra_len);
talloc_zero_array  326 nsswitch/libwbclient/wbc_sid.c 	ridlist = talloc_zero_array(NULL, char, ridbuf_size);
talloc_zero_array   98 source3/rpc_server/srv_ntsvcs_nt.c 	multi_sz = talloc_zero_array(p->mem_ctx, char *, 2);
talloc_zero_array 2731 source3/rpc_server/srv_spoolss_nt.c 	option->types = talloc_zero_array(option,
talloc_zero_array 2742 source3/rpc_server/srv_spoolss_nt.c 			option->types[i].fields = talloc_zero_array(option,
talloc_zero_array 9293 source3/rpc_server/srv_spoolss_nt.c 	array = talloc_zero_array(r->out.key_buffer, const char *, num_keys + 1);
talloc_zero_array 1577 source3/rpcclient/cmd_spoolss.c 	deps->string = talloc_zero_array(deps, const char *, count + 1);
talloc_zero_array 2470 source3/rpcclient/cmd_spoolss.c 		data.string_array = talloc_zero_array(mem_ctx, const char *, num_strings + 1);
talloc_zero_array 2814 source3/rpcclient/cmd_spoolss.c 	data		= talloc_zero_array(mem_ctx, uint8_t, data_needed);
talloc_zero_array 2815 source3/rpcclient/cmd_spoolss.c 	value_name	= talloc_zero_array(mem_ctx, char, value_needed);
talloc_zero_array 2294 source3/utils/net_rpc_printer.c 		buffer		= talloc_zero_array(mem_ctx, uint8_t, data_needed);
talloc_zero_array 2295 source3/utils/net_rpc_printer.c 		value_name	= talloc_zero_array(mem_ctx, char, value_needed);
talloc_zero_array  275 source4/lib/ldb/common/ldb_dn.c 	dn->components = talloc_zero_array(dn, struct ldb_dn_component, 3);
talloc_zero_array 1116 source4/lib/ldb/common/ldb_dn.c 		new_dn->components = talloc_zero_array(new_dn, struct ldb_dn_component, dn->comp_num);
talloc_zero_array 1134 source4/lib/ldb/common/ldb_dn.c 		new_dn->extended_components = talloc_zero_array(new_dn, struct ldb_dn_extended_component, dn->extended_comp_num);
talloc_zero_array  612 source4/lib/ldb/pyldb.c 		msg->elements = talloc_zero_array(msg, struct ldb_message_element, PyDict_Size(py_msg));
talloc_zero_array  235 source4/lib/registry/regf.c 		hbin->data = talloc_zero_array(hbin, uint8_t, hbin->block_size - 0x20);
talloc_zero_array  148 source4/libcli/resolve/dns_ex.c 	srv_rr = talloc_zero_array(state,
talloc_zero_array  155 source4/libcli/resolve/dns_ex.c 	addrs_rr = talloc_zero_array(state,
talloc_zero_array 1054 source4/ntvfs/ntvfs_generic.c 		lck2->generic.in.locks = talloc_zero_array(lck2, struct smb_lock_entry, 
talloc_zero_array  160 source4/ntvfs/posix/pvfs_acl.c 	ids = talloc_zero_array(sd, struct id_mapping, 2);
talloc_zero_array  151 source4/ntvfs/posix/pvfs_dirlist.c 	dir->name_cache = talloc_zero_array(dir, 
talloc_zero_array   66 source4/rpc_server/browser/dcesrv_browser.c 		ctr100->entries = talloc_zero_array(ctr100, struct srvsvc_NetSrvInfo100,
talloc_zero_array  563 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 		ctr1->array = talloc_zero_array(mem_ctx, 
talloc_zero_array  626 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 		ctr2->array = talloc_zero_array(mem_ctx, 
talloc_zero_array  137 source4/rpc_server/echo/rpc_echo.c 	r->out.data->surrounding = talloc_zero_array(mem_ctx, uint16_t, r->out.data->x);
talloc_zero_array  204 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 	r->out.infos = talloc_zero_array(mem_ctx, struct unixinfo_GetPWUidInfo,
talloc_zero_array   50 source4/smb_server/smb/nttrans.c 		trans->out.setup = talloc_zero_array(op, uint8_t, setup_count*2);
talloc_zero_array 2295 source4/smb_server/smb/reply.c 	uint8_t *buf = talloc_zero_array(req, uint8_t, 4);
talloc_zero_array   71 source4/smb_server/smb/trans2.c 		trans->out.setup = talloc_zero_array(trans, uint16_t, setup_count);
talloc_zero_array 2057 source4/torture/gentest.c 	parm[0].writex.in.data = talloc_zero_array(current_op.mem_ctx, uint8_t, parm[0].writex.in.count);
talloc_zero_array  246 source4/torture/nbt/winsbench.c 	state->registered = talloc_zero_array(state, bool, state->num_names);
talloc_zero_array  186 source4/torture/rap/rap.c 	*dest = talloc_zero_array(mem_ctx, char, len+1);
talloc_zero_array  332 source4/torture/raw/lockbench.c 	state = talloc_zero_array(mem_ctx, struct benchlock_state, nprocs);
talloc_zero_array  406 source4/torture/raw/offline.c 	state = talloc_zero_array(mem_ctx, struct offline_state, numstates);
talloc_zero_array  385 source4/torture/raw/openbench.c 	state = talloc_zero_array(mem_ctx, struct benchopen_state, nprocs);
talloc_zero_array  225 source4/torture/raw/pingpong.c 	val = talloc_zero_array(mem_ctx, uint8_t, num_locks);
talloc_zero_array   97 source4/torture/raw/read.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  224 source4/torture/raw/read.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  369 source4/torture/raw/read.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  625 source4/torture/raw/read.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  799 source4/torture/raw/read.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array 1026 source4/torture/raw/search.c 	file  = talloc_zero_array(tctx, union smb_search_data, num_dirs);
talloc_zero_array 1027 source4/torture/raw/search.c 	file2 = talloc_zero_array(tctx, union smb_search_data, num_dirs);
talloc_zero_array 1028 source4/torture/raw/search.c 	file3 = talloc_zero_array(tctx, union smb_search_data, num_dirs);
talloc_zero_array  112 source4/torture/raw/write.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  246 source4/torture/raw/write.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  428 source4/torture/raw/write.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  571 source4/torture/raw/write.c 	buf = talloc_zero_array(tctx, uint8_t, maxsize);
talloc_zero_array  654 source4/torture/rpc/drsuapi.c 	req.req1.site_to = talloc_zero_array(mem_ctx, const char *, 2);
talloc_zero_array  335 source4/torture/rpc/echo.c 	r.in.data->surrounding = talloc_zero_array(tctx, uint16_t, r.in.data->x);
talloc_zero_array 2465 source4/torture/rpc/lsa.c 			tnames.names = talloc_zero_array(tctx, struct lsa_TranslatedName, tnames.count);
talloc_zero_array 2009 source4/torture/rpc/netlogon.c 	addr.buffer = talloc_zero_array(tctx, uint8_t, addr.size);
talloc_zero_array 2019 source4/torture/rpc/netlogon.c 	r.in.addresses = talloc_zero_array(tctx, struct netr_DsRAddress, r.in.count);
talloc_zero_array 2041 source4/torture/rpc/netlogon.c 	addr.buffer = talloc_zero_array(tctx, uint8_t, addr.size);
talloc_zero_array 2051 source4/torture/rpc/netlogon.c 	r.in.addresses = talloc_zero_array(tctx, struct	netr_DsRAddress, r.in.count);
talloc_zero_array 1617 source4/torture/rpc/samlogon.c 	u.info21.logon_hours.bits = talloc_zero_array(mem_ctx, uint8_t, 168);
talloc_zero_array  695 source4/torture/rpc/samsync.c 			bool *matched = talloc_zero_array(mem_ctx, bool, rids->count);
talloc_zero_array 1084 source4/torture/rpc/samsync.c 	found_priv_in_lsa = talloc_zero_array(mem_ctx, bool, account->privilege_entries);
talloc_zero_array  685 source4/torture/rpc/schannel.c 	s->conns = talloc_zero_array(s, struct torture_schannel_bench_conn, s->nprocs);
talloc_zero_array 1485 source4/torture/rpc/spoolss.c 		r.out.data = talloc_zero_array(tctx, uint8_t, 0);
talloc_zero_array 1494 source4/torture/rpc/spoolss.c 		r.out.value_name = talloc_zero_array(tctx, const char, value_size);
talloc_zero_array 1496 source4/torture/rpc/spoolss.c 		r.out.data = talloc_zero_array(tctx, uint8_t, data_size);
talloc_zero_array  254 source4/torture/rpc/spoolss_notify.c 	t1.types = talloc_zero_array(tctx, struct spoolss_NotifyOptionType, 2);
talloc_zero_array 1511 source4/torture/rpc/winreg.c 		r.in.buffer = r.out.buffer = talloc_zero_array(tctx, uint8_t,