Searched refs:vnc_write (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zrle.c | 173 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, worker->zrle.zlib.buffer, worker->zrle.zlib.offset); in zrle_send_framebuffer_update()
|
| H A D | vnc-auth-sasl.c | 300 vnc_write(vs, serverout, serveroutlen); in protocol_client_auth_sasl_step() 339 vnc_write(vs, "Authentication failed", sizeof("Authentication failed")); in protocol_client_auth_sasl_step() 428 vnc_write(vs, serverout, serveroutlen); in protocol_client_auth_sasl_start() 461 vnc_write(vs, "Authentication failed", sizeof("Authentication failed")); in protocol_client_auth_sasl_start() 709 vnc_write(vs, mechlist, mechlistlen); in start_auth_sasl()
|
| H A D | vnc-enc-tight.c | 851 vnc_write(vs, tight->tight.buffer, tight->tight.offset); in tight_compress_data() 881 vnc_write(vs, tight->zlib.buffer, bytes); in tight_compress_data() 965 vnc_write(vs, tight->tight.buffer, bytes); in send_solid_rect() 1005 vnc_write(vs, buf, ret); in send_mono_rect() 1014 vnc_write(vs, &bg16, 2); in send_mono_rect() 1015 vnc_write(vs, &fg16, 2); in send_mono_rect() 1128 vnc_write(vs, header, palette_sz * sizeof(uint32_t)); in send_palette_rect() 1145 vnc_write(vs, header, palette_sz * sizeof(uint16_t)); in send_palette_rect() 1250 vnc_write(vs, worker->tight.jpeg.buffer, worker->tight.jpeg.offset); in send_jpeg_rect() 1403 vnc_write(vs, worker->tight.png.buffer, worker->tight.png.offset); in send_png_rect()
|
| H A D | vnc-auth-vencrypt.c | 60 vnc_write(vs, err, sizeof(err)); in start_auth_vencrypt_subauth()
|
| H A D | vnc.c | 874 vnc_write(vs, pixels, size); in vnc_write_pixels_copy() 933 vnc_write(vs, buf, vs->client_pf.bytes_per_pixel); in vnc_write_pixels_generic() 1008 vnc_write(vs, c->data, c->width * c->height * 4); in vnc_cursor_define() 1021 vnc_write(vs, vs->vd->cursor_mask, vs->vd->cursor_msize); in vnc_cursor_define() 1261 vnc_write(vs, buf, size); in audio_capture() 1658 void vnc_write(VncState *vs, const void *data, size_t len) in vnc_write() function 1711 vnc_write(vs, buf, 4); in vnc_write_u32() 1721 vnc_write(vs, buf, 2); in vnc_write_u16() 1726 vnc_write(vs, (char *)&value, 1); in vnc_write_u8() 2366 vnc_write(vs, pad, 3); /* padding */ in pixel_format_message() [all …]
|
| H A D | vnc-enc-hextile-template.h | 203 vnc_write(vs, data, n_data); in CONCAT()
|
| H A D | vnc-clipboard.c | 189 vnc_write(vs, zbuf, zsize); in vnc_clipboard_provide()
|
| H A D | vnc-enc-zrle.c.inc | 249 vnc_write(vs, data, w * h * (ZRLE_BPP / 8));
|
| H A D | vnc.h | 566 void vnc_write(VncState *vs, const void *data, size_t len);
|