Lines Matching defs:vs
74 static void vnc_set_share_mode(VncState *vs, VncShareMode mode) in vnc_set_share_mode()
290 static void vnc_qmp_event(VncState *vs, QAPIEvent event) in vnc_qmp_event()
674 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update()
685 static void vnc_desktop_resize_ext(VncState *vs, int reject_reason) in vnc_desktop_resize_ext()
713 static void vnc_desktop_resize(VncState *vs) in vnc_desktop_resize()
751 VncState *vs; in vnc_abort_display_jobs() local
828 VncState *vs; in vnc_dpy_switch() local
870 static void vnc_write_pixels_copy(VncState *vs, in vnc_write_pixels_copy()
877 void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v) in vnc_convert_pixel()
921 static void vnc_write_pixels_generic(VncState *vs, in vnc_write_pixels_generic()
937 int vnc_raw_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_raw_send_framebuffer_update()
951 int vnc_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_send_framebuffer_update()
989 static int vnc_cursor_define(VncState *vs) in vnc_cursor_define()
1030 VncState *vs; in vnc_dpy_cursor_define() local
1042 static int find_and_clear_dirty_height(VncState *vs, in find_and_clear_dirty_height()
1067 static void vnc_update_throttle_offset(VncState *vs) in vnc_update_throttle_offset()
1107 static bool vnc_should_update(VncState *vs) in vnc_should_update()
1144 static int vnc_update_client(VncState *vs, int has_dirty) in vnc_update_client()
1217 VncState *vs = opaque; in audio_capture_notify() local
1249 VncState *vs = opaque; in audio_capture() local
1267 static void audio_add(VncState *vs) in audio_add()
1286 static void audio_del(VncState *vs) in audio_del()
1294 static void vnc_disconnect_start(VncState *vs) in vnc_disconnect_start()
1309 void vnc_disconnect_finish(VncState *vs) in vnc_disconnect_finish()
1370 size_t vnc_client_io_error(VncState *vs, ssize_t ret, Error *err) in vnc_client_io_error()
1389 void vnc_client_error(VncState *vs) in vnc_client_error()
1411 size_t vnc_client_write_buf(VncState *vs, const uint8_t *data, size_t datalen) in vnc_client_write_buf()
1431 static size_t vnc_client_write_plain(VncState *vs) in vnc_client_write_plain()
1486 static void vnc_client_write_locked(VncState *vs) in vnc_client_write_locked()
1500 static void vnc_client_write(VncState *vs) in vnc_client_write()
1517 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when()
1539 size_t vnc_client_read_buf(VncState *vs, uint8_t *data, size_t datalen) in vnc_client_read_buf()
1558 static size_t vnc_client_read_plain(VncState *vs) in vnc_client_read_plain()
1573 VncState *vs = opaque; in vnc_jobs_bh() local
1585 static int vnc_client_read(VncState *vs) in vnc_client_read()
1625 VncState *vs = opaque; in vnc_client_io() local
1663 void vnc_write(VncState *vs, const void *data, size_t len) in vnc_write()
1702 void vnc_write_s32(VncState *vs, int32_t value) in vnc_write_s32()
1707 void vnc_write_u32(VncState *vs, uint32_t value) in vnc_write_u32()
1719 void vnc_write_u16(VncState *vs, uint16_t value) in vnc_write_u16()
1729 void vnc_write_u8(VncState *vs, uint8_t value) in vnc_write_u8()
1734 void vnc_flush(VncState *vs) in vnc_flush()
1773 VncState *vs = container_of(notifier, VncState, mouse_mode_notifier); in check_pointer_type_change() local
1791 static void pointer_event(VncState *vs, int button_mask, int x, int y) in pointer_event()
1826 static void press_key(VncState *vs, QKeyCode qcode) in press_key()
1832 static void vnc_led_state_change(VncState *vs) in vnc_led_state_change()
1868 static void do_key_event(VncState *vs, int down, int keycode, int sym) in do_key_event()
2047 static void key_event(VncState *vs, int down, uint32_t sym) in key_event()
2062 static void ext_key_event(VncState *vs, int down, in ext_key_event()
2074 static void framebuffer_update_request(VncState *vs, int incremental, in framebuffer_update_request()
2090 static void send_ext_key_event_ack(VncState *vs) in send_ext_key_event_ack()
2104 static void send_ext_audio_ack(VncState *vs) in send_ext_audio_ack()
2118 static void send_xvp_message(VncState *vs, int code) in send_xvp_message()
2129 static void set_encodings(VncState *vs, int32_t *encodings, size_t n_encodings) in set_encodings()
2243 static void set_pixel_conversion(VncState *vs) in set_pixel_conversion()
2256 static void send_color_map(VncState *vs) in send_color_map()
2276 static void set_pixel_format(VncState *vs, int bits_per_pixel, in set_pixel_format()
2329 static void pixel_format_message (VncState *vs) { in pixel_format_message()
2355 static void vnc_colordepth(VncState *vs) in vnc_colordepth()
2375 static int protocol_client_msg(VncState *vs, uint8_t *data, size_t len) in protocol_client_msg()
2628 static int protocol_client_init(VncState *vs, uint8_t *data, size_t len) in protocol_client_init()
2729 void start_client_init(VncState *vs) in start_client_init()
2734 static void authentication_failed(VncState *vs) in authentication_failed()
2759 static int protocol_client_auth_vnc(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_vnc()
2829 void start_auth_vnc(VncState *vs) in start_auth_vnc()
2849 static int protocol_client_auth(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth()
2890 static int protocol_version(VncState *vs, uint8_t *version, size_t len) in protocol_version()
2952 struct VncSurface *vs = &vd->guest; in vnc_stat_rect() local
2957 void vnc_sent_lossy_rect(VncState *vs, int x, int y, int w, int h) in vnc_sent_lossy_rect()
2975 VncState *vs; in vnc_refresh_lossy_rect() local
3064 double vnc_update_freq(VncState *vs, int x, int y, int w, int h) in vnc_update_freq()
3108 VncState *vs; in vnc_refresh_server_surface() local
3206 VncState *vs, *vn; in vnc_refresh() local
3245 VncState *vs = g_new0(VncState, 1); in vnc_connect() local
3356 void vnc_start_protocol(VncState *vs) in vnc_start_protocol()