Lines Matching defs:connection
59 struct connection;
85 struct connection {
98 static void connection_free(struct connection *c) {
110 struct connection *conn;
125 struct connection *conn = NULL;
148 static dbus_bool_t user_check_cb(DBusConnection *connection, unsigned long uid, void *data) {
149 pa_log_debug("Allowing connection by user %lu.", uid);
154 static DBusHandlerResult disconnection_filter_cb(DBusConnection *connection, DBusMessage *message, void *user_data) {
155 struct connection *c = user_data;
157 pa_assert(connection);
162 /* The connection died. Now we want to free the connection object, but
171 /* Called by D-Bus when a new client connection is received. */
174 struct connection *c;
200 c = pa_xnew(struct connection, 1);
501 struct connection *conn = NULL;