Home
last modified time | relevance | path

Searched refs:vnc_write_s32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-clipboard.c145 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()
H A Dvnc-enc-zlib.c129 vnc_write_s32(vs, 0); in vnc_zlib_send_framebuffer_update()
H A Dvnc.h558 void vnc_write_s32(VncState *vs, int32_t value);
H A Dvnc.c682 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