Home
last modified time | relevance | path

Searched refs:vnc_write (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c173 vnc_write(vs, (uint8_t *)&value, 4); in zrle_write_u32()
178 vnc_write(vs, (uint8_t *)&value, 3); in zrle_write_u24a()
183 vnc_write(vs, ((uint8_t *)&value) + 1, 3); in zrle_write_u24b()
188 vnc_write(vs, (uint8_t *)&value, 2); in zrle_write_u16()
342 vnc_write(vs, vs->zrle->zlib.buffer, vs->zrle->zlib.offset); in zrle_send_framebuffer_update()
H A Dvnc-auth-sasl.c294 vnc_write(vs, serverout, serveroutlen + 1); in protocol_client_auth_sasl_step()
332 vnc_write(vs, "Authentication failed", sizeof("Authentication failed")); in protocol_client_auth_sasl_step()
415 vnc_write(vs, serverout, serveroutlen + 1); in protocol_client_auth_sasl_start()
447 vnc_write(vs, "Authentication failed", sizeof("Authentication failed")); in protocol_client_auth_sasl_start()
680 vnc_write(vs, mechlist, mechlistlen); in start_auth_sasl()
H A Dvnc-enc-tight.c846 vnc_write(vs, vs->tight->tight.buffer, vs->tight->tight.offset); in tight_compress_data()
876 vnc_write(vs, vs->tight->zlib.buffer, bytes); in tight_compress_data()
958 vnc_write(vs, vs->tight->tight.buffer, bytes); in send_solid_rect()
998 vnc_write(vs, buf, ret); in send_mono_rect()
1004 vnc_write(vs, &bg, 2); in send_mono_rect()
1005 vnc_write(vs, &fg, 2); in send_mono_rect()
1106 vnc_write(vs, header, palette_sz * sizeof(uint32_t)); in send_palette_rect()
1123 vnc_write(vs, header, palette_sz * sizeof(uint16_t)); in send_palette_rect()
1227 vnc_write(vs, vs->tight->jpeg.buffer, vs->tight->jpeg.offset); in send_jpeg_rect()
1379 vnc_write(vs, vs->tight->png.buffer, vs->tight->png.offset); in send_png_rect()
H A Dvnc-auth-vencrypt.c60 vnc_write(vs, err, sizeof(err)); in start_auth_vencrypt_subauth()
H A Dvnc.c873 vnc_write(vs, pixels, size); in vnc_write_pixels_copy()
1006 vnc_write(vs, c->data, c->width * c->height * 4); in vnc_cursor_define()
1259 vnc_write(vs, buf, size); in audio_capture()
1716 vnc_write(vs, buf, 4); in vnc_write_u32()
1726 vnc_write(vs, buf, 2); in vnc_write_u16()
1731 vnc_write(vs, (char *)&value, 1); in vnc_write_u8()
2349 vnc_write(vs, pad, 3); /* padding */ in pixel_format_message()
2718 vnc_write(vs, buf, size); in protocol_client_init()
2740 vnc_write(vs, err, sizeof(err)); in authentication_failed()
2842 vnc_write(vs, vs->challenge, sizeof(vs->challenge)); in start_auth_vnc()
[all …]
H A Dvnc-enc-hextile-template.h203 vnc_write(vs, data, n_data); in CONCAT()
H A Dvnc-clipboard.c189 vnc_write(vs, zbuf, zsize); in vnc_clipboard_provide()
H A Dvnc-enc-zrle.c.inc249 vnc_write(vs, data, w * h * (ZRLE_BPP / 8));
H A Dvnc.h557 void vnc_write(VncState *vs, const void *data, size_t len);