Lines Matching defs:connections
45 /* Don't allow more than this many concurrent connections */
75 pa_idxset *connections;
128 pa_idxset_remove_by_data(c->protocol->connections, c, NULL);
483 if (pa_idxset_size(p->connections)+1 > MAX_CONNECTIONS) {
484 pa_log("Warning! Too many connections (%u), dropping incoming connection.", MAX_CONNECTIONS);
626 pa_idxset_put(p->connections, c, NULL);
641 while ((c = pa_idxset_iterate(p->connections, &state, NULL)))
654 p->connections = pa_idxset_new(NULL, NULL);
687 while ((c = pa_idxset_first(p->connections, NULL)))
690 pa_idxset_free(p->connections, NULL);