• Home
  • Raw
  • Download

Lines Matching refs:rQwait

654                 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; }
854 if (this._sock.rQwait("server initialization", 24)) { return false; }
879 if (this._sock.rQwait('server init name', name_length, 24)) { return false; }
883 …if (this._sock.rQwait('TightVNC extended server init header', 8, 24 + name_length)) { return false…
891 …if (this._sock.rQwait('TightVNC extended server init header', totalMessagesLength, 32 + name_lengt…
1004 if (this._sock.rQwait('SetColorMapEntries', num_colours * 6, 6)) { return false; }
1020 if (this._sock.rQwait("ServerCutText header", 7, 1)) { return false; }
1023 if (this._sock.rQwait("ServerCutText", length, 8)) { return false; }
1032 if (this._sock.rQwait("XVP version and message", 3, 1)) { return false; }
1098 if (this._sock.rQwait("FBU header", 3, 1)) { return false; }
1112 if (this._sock.rQwait("FBU", this._FBU.bytes)) { return false; }
1114 if (this._sock.rQwait("rect header", 12)) { return false; }
1370 if (this._sock.rQwait("RAW", this._FBU.bytes)) { return false; }
1392 if (this._sock.rQwait("COPYRECT", 4)) { return false; }
1411 if (this._sock.rQwait("RRE", 4 + this._fb_Bpp)) { return false; }
1451 if (this._sock.rQwait("HEXTILE subencoding", this._FBU.bytes)) { return false; }
1479 … if (this._sock.rQwait("hextile subrects header", this._FBU.bytes)) { return false; }
1489 if (this._sock.rQwait("hextile", this._FBU.bytes)) { return false; }
1576 if (this._sock.rQwait("TIGHT compression-control", this._FBU.bytes)) { return false; }
1657 if (this._sock.rQwait("TIGHT palette " + cmode, this._FBU.bytes)) { return false; }
1671 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1709 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1770 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1790 if (this._sock.rQwait("TIGHT " + cmode, this._FBU.bytes)) { return false; }
1862 if (this._sock.rQwait("cursor encoding", this._FBU.bytes)) { return false; }