Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Drfb.js872 this._sock.rQskipBytes(3); // padding
888 this._sock.rQskipBytes(2); // padding
1021 this._sock.rQskipBytes(3); // Padding
1377 this._sock.rQskipBytes(this._FBU.width * curr_height * this._fb_Bpp);
1674 this._sock.rQskipBytes(3);
1676 this._sock.rQskipBytes(clength[0]);
1793 this._sock.rQskipBytes(1 + clength[0]); // shift off clt + compact length
Dwebsock.js107 rQskipBytes: function (num) { method in Websock