num_towers        150 librpc/gen_ndr/cli_epmapper.c 			uint32_t *num_towers /* [out] [ref] */,
num_towers        186 librpc/gen_ndr/cli_epmapper.c 	*num_towers = *r.out.num_towers;
num_towers         29 librpc/gen_ndr/cli_epmapper.h 			uint32_t *num_towers /* [out] [ref] */,
num_towers        304 librpc/gen_ndr/epmapper.h 		uint32_t *num_towers;/* [ref] */
num_towers       2159 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.num_towers == NULL) {
num_towers       2162 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, *r->out.num_towers));
num_towers       2165 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, *r->out.num_towers));
num_towers       2166 librpc/gen_ndr/ndr_epmapper.c 		for (cntr_towers_0 = 0; cntr_towers_0 < *r->out.num_towers; cntr_towers_0++) {
num_towers       2169 librpc/gen_ndr/ndr_epmapper.c 		for (cntr_towers_0 = 0; cntr_towers_0 < *r->out.num_towers; cntr_towers_0++) {
num_towers       2224 librpc/gen_ndr/ndr_epmapper.c 		NDR_PULL_ALLOC(ndr, r->out.num_towers);
num_towers       2225 librpc/gen_ndr/ndr_epmapper.c 		ZERO_STRUCTP(r->out.num_towers);
num_towers       2236 librpc/gen_ndr/ndr_epmapper.c 			NDR_PULL_ALLOC(ndr, r->out.num_towers);
num_towers       2239 librpc/gen_ndr/ndr_epmapper.c 		NDR_PULL_SET_MEM_CTX(ndr, r->out.num_towers, LIBNDR_FLAG_REF_ALLOC);
num_towers       2240 librpc/gen_ndr/ndr_epmapper.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, r->out.num_towers));
num_towers       2250 librpc/gen_ndr/ndr_epmapper.c 		for (cntr_towers_0 = 0; cntr_towers_0 < *r->out.num_towers; cntr_towers_0++) {
num_towers       2253 librpc/gen_ndr/ndr_epmapper.c 		for (cntr_towers_0 = 0; cntr_towers_0 < *r->out.num_towers; cntr_towers_0++) {
num_towers       2262 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_check_array_length(ndr, (void*)&r->out.towers, *r->out.num_towers));
num_towers       2305 librpc/gen_ndr/ndr_epmapper.c 		ndr_print_ptr(ndr, "num_towers", r->out.num_towers);
num_towers       2307 librpc/gen_ndr/ndr_epmapper.c 		ndr_print_uint32(ndr, "num_towers", *r->out.num_towers);
num_towers       2309 librpc/gen_ndr/ndr_epmapper.c 		ndr->print(ndr, "%s: ARRAY(%d)", "towers", (int)*r->out.num_towers);
num_towers       2311 librpc/gen_ndr/ndr_epmapper.c 		for (cntr_towers_0=0;cntr_towers_0<*r->out.num_towers;cntr_towers_0++) {
num_towers        282 librpc/gen_ndr/srv_epmapper.c 	r->out.num_towers = talloc_zero(r, uint32_t);
num_towers        283 librpc/gen_ndr/srv_epmapper.c 	if (r->out.num_towers == NULL) {
num_towers        685 librpc/gen_ndr/srv_epmapper.c 			r->out.num_towers = talloc_zero(mem_ctx, uint32_t);
num_towers        686 librpc/gen_ndr/srv_epmapper.c 			if (r->out.num_towers == NULL) {
num_towers       3296 source3/rpc_client/cli_pipe.c 	uint32_t num_towers = 0;
num_towers       3374 source3/rpc_client/cli_pipe.c 				&num_towers,
num_towers       3381 source3/rpc_client/cli_pipe.c 	if (num_towers != 1) {
num_towers         34 source3/rpcclient/cmd_epmapper.c 	uint32_t num_towers;
num_towers         59 source3/rpcclient/cmd_epmapper.c 		&num_towers, &towers);
num_towers        172 source4/librpc/rpc/dcerpc_util.c 	if (s->r.out.result != 0 || *s->r.out.num_towers != 1) {
num_towers        181 source4/rpc_server/epmapper/rpc_epmapper.c 	r->out.num_towers = talloc(mem_ctx, uint32_t);
num_towers        182 source4/rpc_server/epmapper/rpc_epmapper.c 	if (!r->out.num_towers) {
num_towers        185 source4/rpc_server/epmapper/rpc_epmapper.c 	*r->out.num_towers = 1;
num_towers        236 source4/rpc_server/epmapper/rpc_epmapper.c 	*r->out.num_towers = 0;
num_towers         61 source4/torture/ndr/epmap.c 	torture_assert_int_equal(tctx, *r->out.num_towers, 1, "num towers");
num_towers         52 source4/torture/rpc/epmapper.c 	uint32_t num_towers;
num_towers         62 source4/torture/rpc/epmapper.c 	r.out.num_towers = &num_towers;
num_towers         83 source4/torture/rpc/epmapper.c 		for (i=0;i<*r.out.num_towers;i++) {
num_towers         96 source4/torture/rpc/epmapper.c 		for (i=0;i<*r.out.num_towers;i++) {
num_towers        109 source4/torture/rpc/epmapper.c 		for (i=0;i<*r.out.num_towers;i++) {
num_towers        126 source4/torture/rpc/epmapper.c 		for (i=0;i<*r.out.num_towers;i++) {