towers            151 librpc/gen_ndr/cli_epmapper.c 			struct epm_twr_p_t *towers /* [out] [length_is(*num_towers),size_is(max_towers)] */)
towers            187 librpc/gen_ndr/cli_epmapper.c 	memcpy(towers, r.out.towers, r.in.max_towers * sizeof(*towers));
towers             30 librpc/gen_ndr/cli_epmapper.h 			struct epm_twr_p_t *towers /* [out] [length_is(*num_towers),size_is(max_towers)] */);
towers            305 librpc/gen_ndr/epmapper.h 		struct epm_twr_p_t *towers;/* [length_is(*num_towers),size_is(max_towers)] */
towers           2167 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_push_epm_twr_p_t(ndr, NDR_SCALARS, &r->out.towers[cntr_towers_0]));
towers           2170 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_push_epm_twr_p_t(ndr, NDR_BUFFERS, &r->out.towers[cntr_towers_0]));
towers           2242 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_pull_array_size(ndr, &r->out.towers));
towers           2243 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_pull_array_length(ndr, &r->out.towers));
towers           2244 librpc/gen_ndr/ndr_epmapper.c 		if (ndr_get_array_length(ndr, &r->out.towers) > ndr_get_array_size(ndr, &r->out.towers)) {
towers           2245 librpc/gen_ndr/ndr_epmapper.c 			return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE, "Bad array size %u should exceed array length %u", ndr_get_array_size(ndr, &r->out.towers), ndr_get_array_length(ndr, &r->out.towers));
towers           2247 librpc/gen_ndr/ndr_epmapper.c 		NDR_PULL_ALLOC_N(ndr, r->out.towers, ndr_get_array_size(ndr, &r->out.towers));
towers           2249 librpc/gen_ndr/ndr_epmapper.c 		NDR_PULL_SET_MEM_CTX(ndr, r->out.towers, 0);
towers           2251 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_pull_epm_twr_p_t(ndr, NDR_SCALARS, &r->out.towers[cntr_towers_0]));
towers           2254 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_pull_epm_twr_p_t(ndr, NDR_BUFFERS, &r->out.towers[cntr_towers_0]));
towers           2258 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.towers) {
towers           2259 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_check_array_size(ndr, (void*)&r->out.towers, r->in.max_towers));
towers           2261 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.towers) {
towers           2262 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_check_array_length(ndr, (void*)&r->out.towers, *r->out.num_towers));
towers           2314 librpc/gen_ndr/ndr_epmapper.c 				ndr_print_epm_twr_p_t(ndr, "towers", &r->out.towers[cntr_towers_0]);
towers            288 librpc/gen_ndr/srv_epmapper.c 	r->out.towers = talloc_zero_array(r, struct epm_twr_p_t, r->in.max_towers);
towers            289 librpc/gen_ndr/srv_epmapper.c 	if (r->out.towers == NULL) {
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);
towers            691 librpc/gen_ndr/srv_epmapper.c 			if (r->out.towers == NULL) {
towers           3298 source3/rpc_client/cli_pipe.c 	struct epm_twr_p_t towers;
towers           3357 source3/rpc_client/cli_pipe.c 	towers.twr = res_towers;
towers           3375 source3/rpc_client/cli_pipe.c 				&towers);
towers           3389 source3/rpc_client/cli_pipe.c 					   &(towers.twr->tower),
towers             31 source3/rpcclient/cmd_epmapper.c 	struct epm_twr_p_t towers;
towers             53 source3/rpcclient/cmd_epmapper.c 	towers.twr = &res_tower;
towers             59 source3/rpcclient/cmd_epmapper.c 		&num_towers, &towers);
towers            177 source4/librpc/rpc/dcerpc_util.c 	s->twr_r = s->r.out.towers[0].twr;
towers            186 source4/rpc_server/epmapper/rpc_epmapper.c 	r->out.towers = talloc(mem_ctx, struct epm_twr_p_t);
towers            187 source4/rpc_server/epmapper/rpc_epmapper.c 	if (!r->out.towers) {
towers            190 source4/rpc_server/epmapper/rpc_epmapper.c 	r->out.towers->twr = talloc(mem_ctx, struct epm_twr_t);
towers            191 source4/rpc_server/epmapper/rpc_epmapper.c 	if (!r->out.towers->twr) {
towers            229 source4/rpc_server/epmapper/rpc_epmapper.c 		r->out.towers->twr->tower = eps[i].ep;
towers            230 source4/rpc_server/epmapper/rpc_epmapper.c 		r->out.towers->twr->tower_length = 0;
towers            237 source4/rpc_server/epmapper/rpc_epmapper.c 	r->out.towers->twr = NULL;
towers             84 source4/torture/rpc/epmapper.c 			if (r.out.towers[i].twr) {
towers             85 source4/torture/rpc/epmapper.c 				display_tower(mem_ctx, &r.out.towers[i].twr->tower);
towers             97 source4/torture/rpc/epmapper.c 			if (r.out.towers[i].twr) {
towers             98 source4/torture/rpc/epmapper.c 				display_tower(mem_ctx, &r.out.towers[i].twr->tower);
towers            110 source4/torture/rpc/epmapper.c 			if (r.out.towers[i].twr) {
towers            111 source4/torture/rpc/epmapper.c 				display_tower(mem_ctx, &r.out.towers[i].twr->tower);
towers            127 source4/torture/rpc/epmapper.c 			if (r.out.towers[i].twr) {
towers            128 source4/torture/rpc/epmapper.c 				display_tower(mem_ctx, &r.out.towers[i].twr->tower);