Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Drfb.js654 if (this._sock.rQwait("security type", num_types, 1)) { return false; }
678 if (this._sock.rQwait("security scheme", 4)) { return false; }
715 if (this._sock.rQwait("auth challenge", 16)) { return false; }
752 if (this._sock.rQwait("num tunnels", 4)) { return false; }
754 …if (numTunnels > 0 && this._sock.rQwait("tunnel capabilities", 16 * numTunnels, 4)) { return false…
765 if (this._sock.rQwait("sub auth count", 4)) { return false; }
767 if (this._sock.rQwait("sub auth capabilities", 16 * subAuthCount, 4)) { return false; }
805 if (this._sock.rQwait("auth reason", 4)) { return false; }
833 if (this._sock.rQwait('VNC auth response ', 4)) { return false; }
841 if (this._sock.rQwait("SecurityResult reason", length, 8)) { return false; }
[all …]
Dwebsock.js156 rQwait: function (msg, num, goback) { method in Websock