/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in GzipInputStream() 85 zcontext_.next_out = NULL; in Inflate() 105 zcontext_.next_out = static_cast<Bytef*>(output_buffer_); in Inflate() 114 *size = ((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_); in DoNextOutput() 115 output_position_ = zcontext_.next_out; in DoNextOutput() 122 if ((!ok) || (zcontext_.next_out == NULL)) { in Next() 125 if (zcontext_.next_out != output_position_) { in Next() 135 if ((zerror_ == Z_STREAM_END) && (zcontext_.next_out == NULL)) { in Next() 166 (((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_)); in ByteCount() 209 zcontext_.next_out = NULL; in Init() [all …]
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 28 next_out: PChar; // next output byte should be put here 300 strm.next_out := OutBuf; 309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); 343 strm.next_out := OutBuf; 352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); 376 strm.next_out := OutBuf; 413 FZRec.next_out := FBuffer; 428 FZRec.next_out := FBuffer; 455 FZRec.next_out := FBuffer; 500 FZRec.next_out := @Buffer;
|
/external/qemu/distrib/zlib-1.2.3/ |
D | gzio.c | 115 s->stream.next_out = s->outbuf = Z_NULL; 159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE); 246 s->stream.next_out = s->outbuf; 401 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ local 408 next_out = (Byte*)buf; 409 s->stream.next_out = (Bytef*)buf; 413 *next_out++ = s->back; 414 s->stream.next_out++; 432 zmemcpy(s->stream.next_out, s->stream.next_in, n); 433 next_out += n; [all …]
|
D | uncompr.c | 40 stream.next_out = dest;
|
D | compress.c | 38 stream.next_out = dest;
|
D | inflate.c | 350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); 357 zmemcpy(state->window + state->write, strm->next_out - copy, dist); 360 zmemcpy(state->window, strm->next_out - copy, copy); 405 put = strm->next_out; \ 416 strm->next_out = put; \ 577 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || 1147 UPDATE(state->check, strm->next_out - out, out);
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 199 c_stream.next_out := compr; 242 d_stream.next_out := uncompr; 284 c_stream.next_out := compr; 343 d_stream.next_out := uncompr; (* discard the output *) 383 c_stream.next_out := compr; 424 d_stream.next_out := uncompr; 465 c_stream.next_out := compr; 501 d_stream.next_out := uncompr;
|
/external/libppp/src/ |
D | deflate.c | 104 state->cx.next_out = wp; in DeflateOutput() 139 state->cx.next_out = MBUF_CTOP(mo); in DeflateOutput() 248 state->cx.next_out = wp + 1; in DeflateInput() 285 state->cx.next_out--; in DeflateInput() 294 state->cx.next_out = MBUF_CTOP(mo); in DeflateInput() 327 state->cx.next_out = garbage; in DeflateInput() 374 state->cx.next_out = garbage; in DeflateDictSetup() 420 state->cx.next_out = garbage; in DeflateDictSetup() 499 state->cx.next_out = NULL; in DeflateInitInput()
|
/external/openssl/crypto/comp/ |
D | c_zlib.c | 152 state->istream.next_out = Z_NULL; in zlib_stateful_init() 164 state->ostream.next_out = Z_NULL; in zlib_stateful_init() 204 state->ostream.next_out = out; in zlib_stateful_compress_block() 232 state->istream.next_out = out; in zlib_stateful_expand_block() 316 stream.next_out = dest; 496 ctx->zin.next_out = NULL; in bio_zlib_new() 502 ctx->zout.next_out = NULL; in bio_zlib_new() 559 zin->next_out = (unsigned char *)out; in bio_zlib_read() 619 zout->next_out = ctx->obuf; in bio_zlib_write() 650 zout->next_out = ctx->obuf; in bio_zlib_write() [all …]
|
/external/zlib/src/examples/ |
D | fitblk.c | 105 inf->next_out = raw; in recompress() 157 def.next_out = blk; in main() 196 def.next_out = tmp; in main() 211 def.next_out = blk; in main()
|
D | zran.c | 183 strm.next_out = window; in build_index() 293 strm.next_out = buf; in extract() 298 strm.next_out = discard; in extract() 303 strm.next_out = discard; in extract()
|
D | zpipe.c | 66 strm.next_out = out; in def() 124 strm.next_out = out; in inf()
|
/external/skia/legacy/src/core/ |
D | SkFlate.cpp | 42 flateData.next_out = outputBuffer; in doFlate() 70 flateData.next_out = outputBuffer; in doFlate() 97 flateData.next_out = outputBuffer; in doFlate()
|
/external/skia/src/core/ |
D | SkFlate.cpp | 46 flateData.next_out = outputBuffer; in doFlate() 74 flateData.next_out = outputBuffer; in doFlate() 101 flateData.next_out = outputBuffer; in doFlate()
|
/external/zlib/src/test/ |
D | example.c | 216 c_stream.next_out = compr; 253 d_stream.next_out = uncompr; 293 c_stream.next_out = compr; 354 d_stream.next_out = uncompr; /* discard the output */ 391 c_stream.next_out = compr; 432 d_stream.next_out = uncompr; 476 c_stream.next_out = compr; 513 d_stream.next_out = uncompr;
|
/external/chromium/chrome/common/ |
D | bzip2_unittest.cc | 39 stream.next_out = output; in TEST() 60 stream.next_out = output2; in TEST()
|
/external/openssh/ |
D | compress.c | 106 outgoing_stream.next_out = buf; in buffer_compress() 145 incoming_stream.next_out = buf; in buffer_uncompress()
|
/external/bzip2/ |
D | bzlib.c | 347 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop() 350 s->strm->next_out++; in copy_output_until_stop() 547 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_FAST() 550 s->strm->next_out++; in unRLE_obuf_to_output_FAST() 599 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST() 677 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST() 717 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 720 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() 766 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 769 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() [all …]
|
/external/zlib/src/contrib/masmx64/ |
D | inffas8664.c | 129 ar.out = strm->next_out; 174 strm->next_out = ar.out;
|
/external/zlib/src/ |
D | gzwrite.c | 58 strm->next_out = state->out; 59 state->x.next = strm->next_out; 100 have = (unsigned)(strm->next_out - state->x.next); 108 strm->next_out = state->out; 110 state->x.next = strm->next_out;
|
D | inflate.c | 405 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); 412 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist); 415 zmemcpy(state->window, strm->next_out - copy, copy); 460 put = strm->next_out; \ 471 strm->next_out = put; \ 627 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || 1244 UPDATE(state->check, strm->next_out - out, out); 1294 next = strm->next_out; 1296 strm->next_out = (Bytef *)dictionary + dictLength; 1300 strm->next_out = next;
|
D | uncompr.c | 38 stream.next_out = dest;
|
D | compress.c | 38 stream.next_out = dest;
|
/external/chromium/net/base/ |
D | gzip_filter_unittest.cc | 139 zlib_stream.next_out = bit_cast<Bytef*>(dest); in CompressAll() 146 memcpy(zlib_stream.next_out, kGZipHeader, sizeof(kGZipHeader)); in CompressAll() 147 zlib_stream.next_out += sizeof(kGZipHeader); in CompressAll()
|
D | gzip_filter.cc | 214 zlib_stream_.get()->next_out = bit_cast<Bytef*>(dest_buffer); in DoInflate() 280 zlib_stream_.get()->next_out = bit_cast<Bytef*>(&dummy_output[0]); in InsertZlibHeader()
|