bind_req           47 source4/torture/rpc/async_bind.c 	struct composite_context **bind_req;
bind_req           62 source4/torture/rpc/async_bind.c 	bind_req = talloc_array(torture, struct composite_context*, torture_numasync);
bind_req           63 source4/torture/rpc/async_bind.c 	if (bind_req == NULL) return false;
bind_req           75 source4/torture/rpc/async_bind.c 		bind_req[i] = dcerpc_pipe_connect_send(mem_ctx, binding_string,
bind_req           81 source4/torture/rpc/async_bind.c 		status = dcerpc_pipe_connect_recv(bind_req[i], mem_ctx, &pipe[i]);