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()
130 vnc_write_s32(vs, 0); in vnc_zlib_send_framebuffer_update()
568 void vnc_write_s32(VncState *vs, int32_t value);
683 vnc_write_s32(vs, encoding); in vnc_framebuffer_update()1007 vnc_write_s32(vs, VNC_ENCODING_RAW); in vnc_cursor_define()1697 void vnc_write_s32(VncState *vs, int32_t value) in vnc_write_s32() function