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.c130 vnc_write_s32(vs, 0); in vnc_zlib_send_framebuffer_update()
H A Dvnc.h568 void vnc_write_s32(VncState *vs, int32_t value);
H A Dvnc.c683 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