Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Dwebsock.js91 rQlen: function () { method in Websock
133 if (typeof(len) === 'undefined') { len = this.rQlen(); }
140 if (typeof(len) === 'undefined') { len = this.rQlen(); }
157 var rQlen = this._rQ.length - this._rQi; // Skip rQlen() function call
158 if (rQlen < num) {
345 if (this.rQlen() > 0) {
Drfb.js506 if (this._sock.rQlen() === 0) {
517 if (this._normal_msg() && this._sock.rQlen() > 0) {
599 if (this._sock.rQlen() < 12) {
1373 … Math.floor(this._sock.rQlen() / (this._FBU.width * this._fb_Bpp)));
1417 while (this._FBU.subrects > 0 && this._sock.rQlen() >= (this._fb_Bpp + 8)) {