Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dfastpath.h155 FREERDP_LOCAL BOOL fastpath_read_header_rdp(rdpFastPath* fastpath, wStream* s, UINT16* length);
H A Dpeer.c442 fastpath_read_header_rdp(fastpath, s, &length); in peer_recv_fastpath_pdu()
H A Dfastpath.c236 BOOL fastpath_read_header_rdp(rdpFastPath* fastpath, wStream* s, UINT16* length) in fastpath_read_header_rdp() function
H A Drdp.c1453 if (!fastpath_read_header_rdp(fastpath, s, &length)) in rdp_recv_fastpath_pdu()