/reactos/base/applications/mstsc/ |
H A D | proto.h | 71 RD_NTSTATUS disk_set_information(RD_NTHANDLE handle, uint32 info_class, STREAM in, STREAM out); 82 STREAM iso_init(int length); 83 void iso_send(STREAM s); 84 STREAM iso_recv(uint8 * rdpver); 92 void licence_process(STREAM s); 94 STREAM mcs_init(int length); 96 void mcs_send(STREAM s); 150 void rdp5_process(STREAM s); 162 void process_palette(STREAM s); 216 void tcp_send(STREAM s); [all …]
|
H A D | mcs.c | 61 STREAM s; in mcs_send_connect_initial() 91 STREAM s; in mcs_recv_connect_response() 133 STREAM s; in mcs_send_edrq() 149 STREAM s; in mcs_send_aurq() 164 STREAM s; in mcs_recv_aucf() 194 STREAM s; in mcs_send_cjrq() 213 STREAM s; in mcs_recv_cjcf() 241 STREAM 244 STREAM s; in mcs_init() 279 STREAM [all …]
|
H A D | rdp.c | 84 static STREAM 139 static STREAM 142 STREAM s; in rdp_init_data() 361 STREAM s; in rdp_send_logon_info() 522 STREAM s; in rdp_send_control() 538 STREAM s; in rdp_send_synchronise() 553 STREAM s; in rdp_send_input() 574 STREAM s; in rdp_send_client_window_status() 605 STREAM s; in rdp_enum_bmpcache2() 649 STREAM s; in rdp_send_fonts() [all …]
|
H A D | iso.c | 41 STREAM s; in iso_send_msg() 62 STREAM s; in iso_send_connection_request() 100 static STREAM 103 STREAM s; in iso_recv_msg() 149 STREAM 152 STREAM s; in iso_init() 162 iso_send(STREAM s) in iso_send() 181 STREAM 184 STREAM s; in iso_recv() 206 STREAM s; in iso_connect()
|
H A D | channels.c | 46 channel_register(char *name, uint32 flags, void (*callback) (STREAM)) in channel_register() argument 68 STREAM 71 STREAM s; in channel_init() 79 channel_send(STREAM s, VCHANNEL * channel) in channel_send() 138 channel_process(STREAM s, uint16 mcs_channel) in channel_process() 144 STREAM in; in channel_process()
|
H A D | asn.c | 25 ber_parse_header(STREAM s, int tagval, int *length) in ber_parse_header() 61 ber_out_header(STREAM s, int tagval, int length) in ber_out_header() 83 ber_out_integer(STREAM s, int value) in ber_out_integer() 90 ber_in_header(STREAM s, int *tagval, int *decoded_len) in ber_in_header()
|
H A D | licence.c | 81 STREAM s; in licence_info() 122 STREAM s; in licence_send_new_licence_request() 156 licence_process_request(STREAM s) in licence_process_request() 208 STREAM s; in licence_send_platform_challenge_response() 232 licence_parse_platform_challenge(STREAM s, uint8 ** token, uint8 ** signature) in licence_parse_platform_challenge() 253 licence_process_platform_challenge(STREAM s) in licence_process_platform_challenge() 288 licence_process_new_license(STREAM s) in licence_process_new_license() 324 licence_process_error_alert(STREAM s) in licence_process_error_alert() 378 licence_process(STREAM s) in licence_process()
|
H A D | orders.c | 57 rdp_in_coord(STREAM s, sint16 * coord, RD_BOOL delta) in rdp_in_coord() 92 rdp_in_colour(STREAM s, uint32 * colour) in rdp_in_colour() 105 rdp_parse_bounds(STREAM s, BOUNDS * bounds) in rdp_parse_bounds() 136 rdp_parse_pen(STREAM s, PEN * pen, uint32 present) in rdp_parse_pen() 918 process_raw_bmpcache(STREAM s) in process_raw_bmpcache() 951 process_bmpcache(STREAM s) in process_bmpcache() 1088 process_colcache(STREAM s) in process_colcache() 1122 process_fontcache(STREAM s) in process_fontcache() 1186 process_brushcache(STREAM s, uint16 flags) in process_brushcache() 1256 process_secondary_order(STREAM s) in process_secondary_order() [all …]
|
H A D | secure.c | 418 STREAM 422 STREAM s; in sec_init() 472 sec_send(STREAM s, uint32 flags) in sec_send() 484 STREAM s; in sec_establish_key() 498 sec_out_mcs_data(STREAM s, uint32 selected_protocol) in sec_out_mcs_data() 652 sec_parse_crypt_info(STREAM s, uint32 * rc4_key_size, in sec_parse_crypt_info() 818 sec_process_crypt_info(STREAM s) in sec_process_crypt_info() 842 sec_process_srv_info(STREAM s) in sec_process_srv_info() 856 sec_process_mcs_data(STREAM s) in sec_process_mcs_data() 902 STREAM [all …]
|
H A D | types.h | 156 void (*process) (STREAM); 210 RD_NTSTATUS(*device_control) (RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out);
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | mcs.c | 121 STREAM s; in mcs_send_connect_initial() 154 STREAM s; in mcs_recv_connect_response() 196 STREAM s; in mcs_send_edrq() 215 STREAM s; in mcs_send_aurq() 233 STREAM s; in mcs_recv_aucf() 263 STREAM s; in mcs_send_cjrq() 285 STREAM s; in mcs_recv_cjcf() 313 STREAM 316 STREAM s; in mcs_init() 355 STREAM [all …]
|
H A D | proto.h | 63 … disk_set_information(RDPCLIENT * This, NTHANDLE handle, uint32 info_class, STREAM in, 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); 87 BOOL mcs_send(RDPCLIENT * This, STREAM s); 133 BOOL rdp5_process(RDPCLIENT * This, STREAM s); 144 void process_palette(RDPCLIENT * This, STREAM s); 202 BOOL tcp_send(RDPCLIENT * This, STREAM s); [all …]
|
H A D | iso.c | 27 STREAM s; in iso_send_msg() 51 STREAM s; in iso_send_connection_request() 77 static STREAM 80 STREAM s; in iso_recv_msg() 121 STREAM 124 STREAM s; in iso_init() 138 iso_send(RDPCLIENT * This, STREAM s) in iso_send() 157 STREAM 160 STREAM s; in iso_recv()
|
H A D | rdp.c | 37 static STREAM 93 static STREAM 96 STREAM s; in rdp_init_data() 278 STREAM s; in rdp_send_logon_info() 424 STREAM s; in rdp_send_control() 443 STREAM s; in rdp_send_synchronise() 461 STREAM s; in rdp_send_input() 485 STREAM s; in rdp_send_client_window_status() 518 STREAM s; in rdp_enum_bmpcache2() 568 STREAM s; in rdp_send_fonts() [all …]
|
H A D | rdpsnd.c | 32 static STREAM 35 STREAM s; in rdpsnd_init_packet() 44 rdpsnd_send(RDPCLIENT * This, STREAM s) in rdpsnd_send() 57 STREAM s; in rdpsnd_send_completion() 68 rdpsnd_process_negotiate(RDPCLIENT * This, STREAM in) in rdpsnd_process_negotiate() 72 STREAM out; in rdpsnd_process_negotiate() 151 rdpsnd_process_servertick(RDPCLIENT * This, STREAM in) in rdpsnd_process_servertick() 154 STREAM out; in rdpsnd_process_servertick() 168 rdpsnd_process(RDPCLIENT * This, STREAM s) in rdpsnd_process()
|
H A D | channels.c | 43 channel_register(RDPCLIENT * This, char *name, uint32 flags, void (*callback) (RDPCLIENT *, STREAM)) in channel_register() argument 65 STREAM 68 STREAM s; in channel_init() 76 channel_send(RDPCLIENT * This, STREAM s, VCHANNEL * channel) in channel_send() 127 channel_process(RDPCLIENT * This, STREAM s, uint16 mcs_channel) in channel_process() 133 STREAM in; in channel_process()
|
H A D | licence.c | 58 STREAM s; in licence_present() 101 STREAM s; in licence_send_request() 136 licence_process_demand(RDPCLIENT * This, STREAM s) in licence_process_demand() 181 STREAM s; in licence_send_authresp() 208 licence_parse_authreq(STREAM s, uint8 ** token, uint8 ** signature) in licence_parse_authreq() 229 licence_process_authreq(RDPCLIENT * This, STREAM s) in licence_process_authreq() 261 licence_process_issue(RDPCLIENT * This, STREAM s) in licence_process_issue() 300 licence_process(RDPCLIENT * This, STREAM s) in licence_process()
|
H A D | orders.c | 26 rdp_in_present(STREAM s, uint32 * present, uint8 flags, int size) in rdp_in_present() 54 rdp_in_coord(STREAM s, sint16 * coord, BOOL delta) in rdp_in_coord() 89 rdp_in_colour(STREAM s, uint32 * colour) in rdp_in_colour() 102 rdp_parse_bounds(STREAM s, BOUNDS * bounds) in rdp_parse_bounds() 133 rdp_parse_pen(STREAM s, PEN * pen, uint32 present) in rdp_parse_pen() 149 rdp_parse_brush(STREAM s, BRUSH * brush, uint32 present) in rdp_parse_brush() 936 process_raw_bmpcache(RDPCLIENT * This, STREAM s) in process_raw_bmpcache() 975 process_bmpcache(RDPCLIENT * This, STREAM s) in process_bmpcache() 1121 process_colcache(RDPCLIENT * This, STREAM s) in process_colcache() 1161 process_fontcache(RDPCLIENT * This, STREAM s) in process_fontcache() [all …]
|
H A D | secure.c | 304 STREAM 308 STREAM s; in sec_init() 356 sec_send(RDPCLIENT * This, STREAM s, uint32 flags) in sec_send() 368 STREAM s; in sec_establish_key() 382 sec_out_mcs_data(RDPCLIENT * This, STREAM s, wchar_t * hostname) in sec_out_mcs_data() 539 sec_parse_crypt_info(RDPCLIENT * This, STREAM s, uint32 * rc4_key_size, in sec_parse_crypt_info() 704 sec_process_crypt_info(RDPCLIENT * This, STREAM s) in sec_process_crypt_info() 757 sec_process_srv_info(RDPCLIENT * This, STREAM s) in sec_process_srv_info() 771 sec_process_mcs_data(RDPCLIENT * This, STREAM s) in sec_process_mcs_data() 817 STREAM [all …]
|
H A D | types.h | 140 void (*process) (RDPCLIENT *, STREAM); 196 …NTSTATUS(*device_control) (RDPCLIENT * This, NTHANDLE handle, uint32 request, STREAM in, STREAM ou…
|
H A D | tcp.c | 42 STREAM 68 tcp_send(RDPCLIENT * This, STREAM s) in tcp_send() 109 STREAM 110 tcp_recv(RDPCLIENT * This, STREAM s, uint32 length) in tcp_recv()
|
H A D | lspci.c | 131 lspci_process(RDPCLIENT * This, STREAM s) in lspci_process() 164 STREAM s; in lspci_send()
|
H A D | parallel.c | 158 parallel_device_control(RDPCLIENT * This, NTHANDLE handle, uint32 request, STREAM in, STREAM out) in parallel_device_control()
|
/reactos/sdk/lib/conutils/ |
H A D | README.txt | 31 1. "STREAM" (stream.c and stream.h, instream.c and instream.h, outstream.c 40 Depends on "STREAM", and indirectly on "BASE". 44 Depends on "SCREEN", and indirectly on "STREAM" and "BASE".
|
/reactos/ntoskrnl/kdbg/i386/ |
H A D | dis-asm.h | 290 #define INIT_DISASSEMBLE_INFO(INFO, STREAM, FPRINTF_FUNC) \ argument 297 INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) 304 #define INIT_DISASSEMBLE_INFO_NO_ARCH(INFO, STREAM, FPRINTF_FUNC) \ argument 306 (INFO).stream = (PTR)(STREAM), \
|