Lines Matching refs:conn
55 DLIST_REMOVE(watch->conn->watch_list, watch);
73 /* conn may get freed inside a handle, save the data we need for later */
74 type = watch->conn->type;
75 dbus_p = watch->conn->dbus;
81 dbus_connection_ref(dbus_p.conn);
102 dbus_connection_unref(dbus_p.conn);
115 struct sbus_connection *conn;
120 conn = talloc_get_type(data, struct sbus_connection);
128 watch = fd_to_watch(conn->watch_list, fd);
131 watch = talloc_zero(conn, struct sbus_watch_ctx);
136 watch->conn = conn;
169 watch->fde = tevent_add_fd(conn->ev,
178 DLIST_ADD(conn->watch_list, watch);
314 struct sbus_connection *conn;
324 conn = talloc_get_type(data, struct sbus_connection);
326 timeout = talloc_zero(conn, struct sbus_timeout_ctx);
334 timeout->te = tevent_add_timer(conn->ev, timeout, tv,