Lines Matching defs:state
26 * to the direct connection to the proxy, and the state of the onward ws
48 enum lws_dbus_client_state state;
63 enum lws_dbus_client_state state)
65 lwsl_notice("%s: %p: from state %d -> %d\n", __func__,
66 dcwc,dcwc->state, state);
67 dcwc->state = state;
163 dcwc->state = LDCS_NOTHING;
321 if (!dbus_ctx || dbus_ctx->state != LDCS_CONN_ONWARD)