Home
last modified time | relevance | path

Searched refs:rdp_client_transition_to_state (Results 1 – 6 of 6) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dconnection.c331 rdp_client_transition_to_state(rdp, CONNECTION_STATE_NEGO); in rdp_client_connect()
396 rdp_client_transition_to_state(rdp, CONNECTION_STATE_INITIAL); in rdp_client_disconnect()
965 rdp_client_transition_to_state(rdp, CONNECTION_STATE_LICENSING); in rdp_client_connect_mcs_channel_join_confirm()
1028 rdp_client_transition_to_state(rdp, CONNECTION_STATE_CAPABILITIES_EXCHANGE); in rdp_client_connect_license()
1091 rdp_client_transition_to_state(rdp, CONNECTION_STATE_FINALIZATION); in rdp_client_connect_demand_active()
1131 int rdp_client_transition_to_state(rdpRdp* rdp, int state) in rdp_client_transition_to_state() function
H A Dconnection.h68 FREERDP_LOCAL int rdp_client_transition_to_state(rdpRdp* rdp, int state);
H A Drdp.c1595 rdp_client_transition_to_state(rdp, CONNECTION_STATE_MCS_ATTACH_USER); in rdp_recv_callback()
1611 rdp_client_transition_to_state(rdp, CONNECTION_STATE_MCS_CHANNEL_JOIN); in rdp_recv_callback()
1651 rdp_client_transition_to_state(rdp, CONNECTION_STATE_ACTIVE); in rdp_recv_callback()
H A Dactivation.c383 rdp_client_transition_to_state(rdp, CONNECTION_STATE_CAPABILITIES_EXCHANGE); in rdp_recv_deactivate_all()
H A Dmcs.c1263 rdp_client_transition_to_state(context->rdp, CONNECTION_STATE_MCS_CONNECT); in mcs_client_begin()
H A Dtransport.c353 rdp_client_transition_to_state(rdp, CONNECTION_STATE_NLA); in transport_connect_nla()