Searched refs:vnc_write_s32 (Results 1 – 4 of 4) sorted by relevance
145 vnc_write_s32(vs, -(count * sizeof(uint32_t))); /* -(message length) */ in vnc_clipboard_send()187 vnc_write_s32(vs, -(sizeof(uint32_t) + zsize)); /* -(message length) */ in vnc_clipboard_provide()
129 vnc_write_s32(vs, 0); in vnc_zlib_send_framebuffer_update()
558 void vnc_write_s32(VncState *vs, int32_t value);
682 vnc_write_s32(vs, encoding); in vnc_framebuffer_update()1005 vnc_write_s32(vs, VNC_ENCODING_RAW); in vnc_cursor_define()1702 void vnc_write_s32(VncState *vs, int32_t value) in vnc_write_s32() function