Lines Matching refs:STREAM

48 …annel_register(RDPCLIENT * This, char *name, uint32 flags, void (*callback) (RDPCLIENT *, STREAM));
49 STREAM channel_init(RDPCLIENT * This, VCHANNEL * channel, uint32 length);
50 void channel_send(RDPCLIENT * This, STREAM s, VCHANNEL * channel);
51 void channel_process(RDPCLIENT * This, STREAM s, uint16 mcs_channel);
62 NTSTATUS disk_query_information(RDPCLIENT * This, NTHANDLE handle, uint32 info_class, STREAM out);
63 … disk_set_information(RDPCLIENT * This, NTHANDLE handle, uint32 info_class, STREAM in, STREAM out);
66 NTSTATUS disk_query_volume_information(RDPCLIENT * This, NTHANDLE handle, uint32 info_class, STREAM
67 …k_query_directory(RDPCLIENT * This, NTHANDLE handle, uint32 info_class, char *pattern, STREAM out);
75 STREAM iso_init(RDPCLIENT * This, int length);
76 BOOL iso_send(RDPCLIENT * This, STREAM s);
77 STREAM iso_recv(RDPCLIENT * This, uint8 * rdpver);
83 void licence_process(RDPCLIENT * This, STREAM s);
85 STREAM mcs_init(RDPCLIENT * This, int length);
86 BOOL mcs_send_to_channel(RDPCLIENT * This, STREAM s, uint16 channel);
87 BOOL mcs_send(RDPCLIENT * This, STREAM s);
88 STREAM mcs_recv(RDPCLIENT * This, uint16 * channel, uint8 * rdpver);
89 BOOL mcs_connect(RDPCLIENT * This, char *server, char *cookie, STREAM mcs_data);
90 BOOL mcs_reconnect(RDPCLIENT * This, char *server, char *cookie, STREAM mcs_data);
94 void process_orders(RDPCLIENT * This, STREAM s, uint16 num_orders);
102 void printercache_process(RDPCLIENT * This, STREAM s);
133 BOOL rdp5_process(RDPCLIENT * This, STREAM s);
135 void rdp_out_unistr(RDPCLIENT * This, STREAM s, wchar_t *string, int len);
136 int rdp_in_unistr(RDPCLIENT * This, STREAM s, wchar_t *string, int uni_len);
140 void process_colour_pointer_pdu(RDPCLIENT * This, STREAM s);
141 void process_cached_pointer_pdu(RDPCLIENT * This, STREAM s);
142 void process_system_pointer_pdu(RDPCLIENT * This, STREAM s);
143 void process_bitmap_updates(RDPCLIENT * This, STREAM s);
144 void process_palette(RDPCLIENT * This, STREAM s);
145 void process_disconnect_pdu(STREAM s, uint32 * ext_disc_reason);
175 void wave_out_write(STREAM s, uint16 tick, uint8 index);
185 STREAM sec_init(RDPCLIENT * This, uint32 flags, int maxlen);
186 BOOL sec_send_to_channel(RDPCLIENT * This, STREAM s, uint32 flags, uint16 channel);
187 BOOL sec_send(RDPCLIENT * This, STREAM s, uint32 flags);
188 void sec_process_mcs_data(RDPCLIENT * This, STREAM s);
189 STREAM sec_recv(RDPCLIENT * This, uint8 * rdpver);
201 STREAM tcp_init(RDPCLIENT * This, uint32 maxlen);
202 BOOL tcp_send(RDPCLIENT * This, STREAM s);
203 STREAM tcp_recv(RDPCLIENT * This, STREAM s, uint32 length);