Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dserver.c88 static BOOL wts_queue_receive_data(rdpPeerChannel* channel, const BYTE* Buffer, UINT32 Length) in wts_queue_receive_data() function
222 ret = wts_queue_receive_data(channel, Stream_Buffer(channel->receiveData), in wts_read_drdynvc_data()
231 ret = wts_queue_receive_data(channel, Stream_Pointer(s), length); in wts_read_drdynvc_data()
393 ret = wts_queue_receive_data(channel, Stream_Buffer(channel->receiveData), in WTSProcessChannelData()