Lines Matching defs:vnc_read_when
1061 void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting)
1843 vnc_read_when(vs, protocol_client_msg, 1);
1866 vnc_read_when(vs, protocol_client_msg, 1);
1873 vnc_read_when(vs, protocol_client_init, 1);
1943 vnc_read_when(vs, protocol_client_auth_vnc, sizeof(vs->challenge));
2057 vnc_read_when(vs, protocol_client_auth, 1);
2088 vnc_read_when(vs, protocol_version, 12);