Searched defs:cliprdr_channel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dcliprdr.c42 static VCHANNEL *cliprdr_channel; variable
54 s = channel_init(cliprdr_channel, length + 12);
61 channel_send(s, cliprdr_channel);
189 cliprdr_channel =
194 return (cliprdr_channel != NULL);

Completed in 1236 milliseconds