Home
last modified time | relevance | path

Searched refs:rdp_server_connection_state_string (Results 1 – 4 of 4) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dpeer.c484 rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
513 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
525 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
537 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
549 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
563 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
581 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
609 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
644 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
684 rdp_server_connection_state_string(rdp->state)); in peer_recv_callback()
[all …]
H A Drdp.c1518 rdp_server_connection_state_string(rdp->state)); in rdp_recv_callback()
1529 rdp_server_connection_state_string(rdp->state)); in rdp_recv_callback()
1569 rdp_server_connection_state_string(rdp->state)); in rdp_recv_callback()
1620 __FUNCTION__, rdp_server_connection_state_string(rdp->state)); in rdp_recv_callback()
1631 rdp_server_connection_state_string(rdp->state), status); in rdp_recv_callback()
1642 __FUNCTION__, rdp_server_connection_state_string(rdp->state), status); in rdp_recv_callback()
1657 rdp_server_connection_state_string(rdp->state), status); in rdp_recv_callback()
1666 rdp_server_connection_state_string(rdp->state), status); in rdp_recv_callback()
1672 rdp_server_connection_state_string(rdp->state), rdp->state); in rdp_recv_callback()
H A Dconnection.h81 FREERDP_LOCAL const char* rdp_server_connection_state_string(int state);
H A Dconnection.c1571 const char* rdp_server_connection_state_string(int state) in rdp_server_connection_state_string() function