Home | History | Annotate | Download | only in qemu

Lines Matching refs:vnc_read_when

1055 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting)
1837 vnc_read_when(vs, protocol_client_msg, 1);
1860 vnc_read_when(vs, protocol_client_msg, 1);
1867 vnc_read_when(vs, protocol_client_init, 1);
1937 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge));
2051 vnc_read_when(vs, protocol_client_auth, 1);
2082 vnc_read_when(vs, protocol_version, 12);