Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Dwebsock.js54 this._rQ = []; // Receive queue property in Websock
79 return this._rQ;
92 return this._rQ.length - this._rQi;
96 return this._rQ[this._rQi];
100 return this._rQ[this._rQi++];
113 this._rQ.unshift(num);
116 this._rQ[this._rQi] = num;
121 return (this._rQ[this._rQi++] << 8) +
122 this._rQ[this._rQi++];
126 return (this._rQ[this._rQi++] << 24) +
[all …]