Home | History | Annotate | Download | only in c++tools

Lines Matching defs:connections

179 /* Serialize connections.  */
308 fnotice (file, " -s, --sequential Process connections sequentially\n");
623 std::vector<Cody::Server *> connections;
658 for (auto iter = connections.begin ();
659 iter != connections.end (); ++iter)
714 auto iter = connections.begin ();
730 for (; iter != connections.end (); ++iter)
750 active = iter - connections.begin ();
765 auto *server = connections[active];
768 connections[active] = nullptr;
788 unsigned slot = connections.size ();
790 connections.push_back (server);
792 for (auto iter = connections.begin (); ; ++iter)
796 slot = iter - connections.begin ();