max_towers        149 librpc/gen_ndr/cli_epmapper.c 			uint32_t max_towers /* [in]  */,
max_towers        160 librpc/gen_ndr/cli_epmapper.c 	r.in.max_towers = max_towers;
max_towers        187 librpc/gen_ndr/cli_epmapper.c 	memcpy(towers, r.out.towers, r.in.max_towers * sizeof(*towers));
max_towers         28 librpc/gen_ndr/cli_epmapper.h 			uint32_t max_towers /* [in]  */,
max_towers        299 librpc/gen_ndr/epmapper.h 		uint32_t max_towers;
max_towers       2152 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->in.max_towers));
max_towers       2163 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->in.max_towers));
max_towers       2221 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->in.max_towers));
max_towers       2259 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_check_array_size(ndr, (void*)&r->out.towers, r->in.max_towers));
max_towers       2295 librpc/gen_ndr/ndr_epmapper.c 		ndr_print_uint32(ndr, "max_towers", r->in.max_towers);
max_towers        288 librpc/gen_ndr/srv_epmapper.c 	r->out.towers = talloc_zero_array(r, struct epm_twr_p_t, r->in.max_towers);
max_towers        690 librpc/gen_ndr/srv_epmapper.c 			r->out.towers = talloc_zero_array(mem_ctx, struct epm_twr_p_t, r->in.max_towers);
max_towers       3297 source3/rpc_client/cli_pipe.c 	uint32_t max_towers = 1;
max_towers       3352 source3/rpc_client/cli_pipe.c 	res_towers = TALLOC_ARRAY(tmp_ctx, struct epm_twr_t, max_towers);
max_towers       3373 source3/rpc_client/cli_pipe.c 				max_towers,
max_towers        146 source4/librpc/rpc/dcerpc_util.c 	s->r.in.max_towers    = 1;
max_towers        195 source4/rpc_server/epmapper/rpc_epmapper.c 	if (!r->in.map_tower || r->in.max_towers == 0 || 
max_towers         43 source4/torture/ndr/epmap.c 	torture_assert_int_equal(tctx, r->in.max_towers, 1, "max towers");
max_towers         61 source4/torture/rpc/epmapper.c 	r.in.max_towers = 100;