Lines Matching defs:connections
46 /* Don't allow more than this many concurrent connections */
104 pa_idxset *connections;
137 pa_idxset_remove_by_data(c->protocol->connections, c, NULL);
692 if (pa_idxset_size(p->connections)+1 > MAX_CONNECTIONS) {
693 pa_log("Warning! Too many connections (%u), dropping incoming connection.", MAX_CONNECTIONS);
721 pa_idxset_put(p->connections, c, NULL);
737 PA_IDXSET_FOREACH(c, p->connections, idx)
750 p->connections = pa_idxset_new(NULL, NULL);
784 while ((c = pa_idxset_first(p->connections, NULL)))
787 pa_idxset_free(p->connections, NULL);