• Home
  • Raw
  • Download

Lines Matching defs:vs

213 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {  in vnc_has_feature()
271 static void vnc_update(VncState *vs, int x, int y, int w, int h) in vnc_update()
298 VncState *vs = vd->clients; in vnc_dpy_update() local
305 static void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update()
349 static void vnc_resize(VncState *vs) in vnc_resize()
389 VncState *vs = vd->clients; in vnc_dpy_resize() local
397 static void vnc_write_pixels_copy(VncState *vs, void *pixels, int size) in vnc_write_pixels_copy()
403 static void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v) in vnc_convert_pixel()
446 static void vnc_write_pixels_generic(VncState *vs, void *pixels1, int size) in vnc_write_pixels_generic()
479 static void send_framebuffer_update_raw(VncState *vs, int x, int y, int w, int h) in send_framebuffer_update_raw()
527 static void send_framebuffer_update_hextile(VncState *vs, int x, int y, int w, int h) in send_framebuffer_update_hextile()
548 static void vnc_zlib_init(VncState *vs) in vnc_zlib_init()
555 static void vnc_zlib_start(VncState *vs) in vnc_zlib_start()
564 static int vnc_zlib_stop(VncState *vs, int stream_id) in vnc_zlib_stop()
619 static void send_framebuffer_update_zlib(VncState *vs, int x, int y, int w, int h) in send_framebuffer_update_zlib()
644 static void send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in send_framebuffer_update()
661 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h) in vnc_copy()
675 VncState *vs, *vn; in vnc_dpy_copy() local
712 VncState *vs = opaque; in vnc_update_client() local
824 VncState *vs = opaque; in audio_capture_notify() local
849 VncState *vs = opaque; in audio_capture() local
859 static void audio_add(VncState *vs) in audio_add()
879 static void audio_del(VncState *vs) in audio_del()
887 static void vnc_disconnect_start(VncState *vs) in vnc_disconnect_start()
896 static void vnc_disconnect_finish(VncState *vs) in vnc_disconnect_finish()
930 int vnc_client_io_error(VncState *vs, int ret, int last_errno) in vnc_client_io_error()
956 void vnc_client_error(VncState *vs) in vnc_client_error()
978 long vnc_client_write_buf(VncState *vs, const uint8_t *data, size_t datalen) in vnc_client_write_buf()
1009 static long vnc_client_write_plain(VncState *vs) in vnc_client_write_plain()
1049 VncState *vs = opaque; in vnc_client_write() local
1061 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when()
1083 long vnc_client_read_buf(VncState *vs, uint8_t *data, size_t datalen) in vnc_client_read_buf()
1112 static long vnc_client_read_plain(VncState *vs) in vnc_client_read_plain()
1133 VncState *vs = opaque; in vnc_client_read() local
1167 void vnc_write(VncState *vs, const void *data, size_t len) in vnc_write()
1178 void vnc_write_s32(VncState *vs, int32_t value) in vnc_write_s32()
1183 void vnc_write_u32(VncState *vs, uint32_t value) in vnc_write_u32()
1195 void vnc_write_u16(VncState *vs, uint16_t value) in vnc_write_u16()
1205 void vnc_write_u8(VncState *vs, uint8_t value) in vnc_write_u8()
1210 void vnc_flush(VncState *vs) in vnc_flush()
1238 static void client_cut_text(VncState *vs, size_t len, uint8_t *text) in client_cut_text()
1242 static void check_pointer_type_change(VncState *vs, int absolute) in check_pointer_type_change()
1256 static void pointer_event(VncState *vs, int button_mask, int x, int y) in pointer_event()
1293 static void reset_keys(VncState *vs) in reset_keys()
1306 static void press_key(VncState *vs, int keysym) in press_key()
1312 static void do_key_event(VncState *vs, int down, int keycode, int sym) in do_key_event()
1465 static void key_event(VncState *vs, int down, uint32_t sym) in key_event()
1476 static void ext_key_event(VncState *vs, int down, in ext_key_event()
1486 static void framebuffer_update_request(VncState *vs, int incremental, in framebuffer_update_request()
1512 static void send_ext_key_event_ack(VncState *vs) in send_ext_key_event_ack()
1522 static void send_ext_audio_ack(VncState *vs) in send_ext_audio_ack()
1532 static void set_encodings(VncState *vs, int32_t *encodings, size_t n_encodings) in set_encodings()
1591 static void set_pixel_conversion(VncState *vs) in set_pixel_conversion()
1624 static void set_pixel_format(VncState *vs, in set_pixel_format()
1659 static void pixel_format_message (VncState *vs) { in pixel_format_message()
1695 static void vnc_colordepth(VncState *vs) in vnc_colordepth()
1711 static int protocol_client_msg(VncState *vs, uint8_t *data, size_t len) in protocol_client_msg()
1847 static int protocol_client_init(VncState *vs, uint8_t *data, size_t len) in protocol_client_init()
1871 void start_client_init(VncState *vs) in start_client_init()
1876 static void make_challenge(VncState *vs) in make_challenge()
1886 static int protocol_client_auth_vnc(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_vnc()
1936 void start_auth_vnc(VncState *vs) in start_auth_vnc()
1947 static int protocol_client_auth(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth()
2005 static int protocol_version(VncState *vs, uint8_t *version, size_t len) in protocol_version()
2066 VncState *vs = qemu_mallocz(sizeof(VncState)); in vnc_connect() local
2100 VncDisplay *vs = opaque; in vnc_listen_read() local
2113 VncDisplay *vs = qemu_mallocz(sizeof(*vs)); in vnc_display_init() local
2143 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; in vnc_display_close() local
2165 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; in vnc_display_password() local
2181 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; in vnc_display_local_addr() local
2188 VncDisplay *vs = ds ? (VncDisplay *)ds->opaque : vnc_display; in vnc_display_open() local