Lines Matching refs:output

20     var output = "";
42output = output + _keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.cha…
46 return output;
51 var output = "";
69 output = output + String.fromCharCode(chr1);
72 output = output + String.fromCharCode(chr2);
75 output = output + String.fromCharCode(chr3);
80 return output;
3016 strm.output = new utils.Buf8(chunkSize);
3029 this.onData(strings.buf2binstring(utils.shrinkBuf(strm.output, strm.next_out)));
3031 this.onData(utils.shrinkBuf(strm.output, strm.next_out));
3358 strm.output = new utils.Buf8(chunkSize);
3376 next_out_utf8 = strings.utf8border(strm.output, strm.next_out);
3379 utf8str = strings.buf2string(strm.output, next_out_utf8);
3384 if (tail) { utils.arraySet(strm.output, strm.output, next_out_utf8, tail, 0); }
3389 this.onData(utils.shrinkBuf(strm.output, strm.next_out));
4078 utils.arraySet(strm.output, s.pending_buf, s.pending_out, len, strm.next_out);
5338 if (!strm.output ||
5822 var input, output; // JS specific, because we have no pointers
5831 output = strm.output;
5873 output[_out++] = here & 0xffff/*here.val*/;
5964 output[_out++] = window[from++];
5967 from_source = output;
5976 output[_out++] = window[from++];
5983 output[_out++] = window[from++];
5986 from_source = output;
5995 output[_out++] = window[from++];
5998 from_source = output;
6002 output[_out++] = from_source[from++];
6003 output[_out++] = from_source[from++];
6004 output[_out++] = from_source[from++];
6008 output[_out++] = from_source[from++];
6010 output[_out++] = from_source[from++];
6017 output[_out++] = output[from++];
6018 output[_out++] = output[from++];
6019 output[_out++] = output[from++];
6023 output[_out++] = output[from++];
6025 output[_out++] = output[from++];
6443 var input, output; // input/output buffers
6468 if (!strm || !strm.state || !strm.output ||
6479 output = strm.output;
6923 utils.arraySet(output, input, next, copy, put);
7176 output = strm.output;
7399 from_source = output;
7407 output[put++] = from_source[from++];
7413 output[put++] = state.length;
7434 …(state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, p…
7510 if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) {
7522 …(state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, outpu…
9136 this.output = null; // JS specific, because we have no pointers