Home
last modified time | relevance | path

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

/external/libvncserver/webclients/novnc/include/
Djsunzip.js32 var tinf; variable
142 if (!tinf) {
143 tinf = new TINF();
144 tinf.init();
146 var result = tinf.uncompress(this.data, fileInfo.localFileContent);
147 if (result.status == tinf.OK)