|
static void | test_peer_context_free (freerdp_peer *client, rdpContext *ctx) |
|
static BOOL | test_peer_context_new (freerdp_peer *client, rdpContext *ctx) |
|
static BOOL | test_peer_init (freerdp_peer *client) |
|
static wStream * | test_peer_stream_init (testPeerContext *context) |
|
static void | test_peer_begin_frame (freerdp_peer *client) |
|
static void | test_peer_end_frame (freerdp_peer *client) |
|
static BOOL | stream_surface_bits_supported (const rdpSettings *settings) |
|
static BOOL | test_peer_draw_background (freerdp_peer *client) |
|
static int | open_icon (wImage *img) |
|
static BOOL | test_peer_load_icon (freerdp_peer *client) |
|
static void | test_peer_draw_icon (freerdp_peer *client, UINT32 x, UINT32 y) |
|
static BOOL | test_sleep_tsdiff (UINT32 *old_sec, UINT32 *old_usec, UINT32 new_sec, UINT32 new_usec) |
|
static BOOL | tf_peer_dump_rfx (freerdp_peer *client) |
|
static DWORD WINAPI | tf_debug_channel_thread_func (LPVOID arg) |
|
static BOOL | tf_peer_post_connect (freerdp_peer *client) |
|
static BOOL | tf_peer_activate (freerdp_peer *client) |
|
static BOOL | tf_peer_synchronize_event (rdpInput *input, UINT32 flags) |
|
static BOOL | tf_peer_keyboard_event (rdpInput *input, UINT16 flags, UINT8 code) |
|
static BOOL | tf_peer_unicode_keyboard_event (rdpInput *input, UINT16 flags, UINT16 code) |
|
static BOOL | tf_peer_mouse_event (rdpInput *input, UINT16 flags, UINT16 x, UINT16 y) |
|
static BOOL | tf_peer_extended_mouse_event (rdpInput *input, UINT16 flags, UINT16 x, UINT16 y) |
|
static BOOL | tf_peer_refresh_rect (rdpContext *context, BYTE count, const RECTANGLE_16 *areas) |
|
static BOOL | tf_peer_suppress_output (rdpContext *context, BYTE allow, const RECTANGLE_16 *area) |
|
static int | hook_peer_write_pdu (rdpTransport *transport, wStream *s) |
|
static DWORD WINAPI | test_peer_mainloop (LPVOID arg) |
|
static BOOL | test_peer_accepted (freerdp_listener *instance, freerdp_peer *client) |
|
static void | test_server_mainloop (freerdp_listener *instance) |
|
static void | print_entry (FILE *fp, WINPR_FORMAT_ARG const char *fmt, const char *what, size_t size) |
|
static | WINPR_NORETURN (void usage(const char *app, const char *invalid)) |
|
int | main (int argc, char *argv[]) |
|
FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Test Server
Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2011 Vic Lee Copyright 2014 Norbert Federa norbe.nosp@m.rt.f.nosp@m.edera.nosp@m.@thi.nosp@m.ncast.nosp@m..com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.