Lines Matching defs:conn
32 LDCS_CONN, /* conn to proxy */
33 LDCS_CONN_WAITING_ONWARD, /* conn to proxy, awaiting proxied conn */
34 LDCS_CONN_ONWARD, /* conn to proxy and onward conn OK */
35 LDCS_CONN_CLOSED, /* conn to proxy but onward conn closed */
71 filter(DBusConnection *conn, DBusMessage *message, void *data)
115 if (!dcwc || !dcwc->ctx.conn)
120 dbus_connection_remove_filter(dcwc->ctx.conn, filter, &dcwc->ctx);
121 dbus_connection_close(dcwc->ctx.conn);
122 dbus_connection_unref(dcwc->ctx.conn);
173 dcwc->ctx.conn = dbus_connection_open_private(ads, &e);
174 if (!dcwc->ctx.conn) {
182 dcwc->ctx.conn = dbus_bus_get(DBUS_BUS_SYSTEM, &e);
183 if (!dcwc->ctx.conn) {
189 dbus_connection_set_exit_on_disconnect(dcwc->ctx.conn, 0);
191 if (!dbus_connection_add_filter(dcwc->ctx.conn, filter,
202 if (lws_dbus_connection_setup(&dcwc->ctx, dcwc->ctx.conn, cb_closing)) {
294 if (!dbus_connection_send_with_reply(dcwc->ctx.conn, msg, &dcwc->ctx.pc,
347 if (!dbus_connection_send_with_reply(dbus_ctx->ctx.conn, msg,