Home
last modified time | relevance | path

Searched refs:VncReadEvent (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc.h68 typedef int VncReadEvent(VncState *vs, uint8_t *data, size_t len); typedef
331 VncReadEvent *read_handler;
562 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
H A Dvnc.c1517 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting) in vnc_read_when()