HomeSort by relevance Sort by last modified time
    Searched refs:Bytef (Results 176 - 200 of 243) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/net/filter/
gzip_filter.cc 207 zlib_stream_.get()->next_in = bit_cast<Bytef*>(next_stream_data_);
209 zlib_stream_.get()->next_out = bit_cast<Bytef*>(dest_buffer);
273 zlib_stream_.get()->next_in = bit_cast<Bytef*>(&dummy_head[0]);
275 zlib_stream_.get()->next_out = bit_cast<Bytef*>(&dummy_output[0]);
  /external/chromium_org/third_party/zlib/
deflate.h 100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
116 Bytef *window;
145 Bytef *class_bitmap; /* bitmap of class for each byte in window */
zconf.h 113 # define Bytef z_Bytef
343 # define Bytef Byte FAR
345 typedef Byte FAR Bytef;
deflate.c 88 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
196 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
282 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
317 const Bytef *dictionary;
498 Bytef *str;
829 s->class_bitmap = (Bytef*) ZALLOC(strm, s->w_size/4, sizeof(Byte));
    [all...]
adler32.c 62 const Bytef *buf;
  /external/freetype/src/gzip/
adler32.c 23 const Bytef *buf,
infcodes.c 90 Bytef *p; /* input data pointer */
92 Bytef *q; /* output window write pointer */
94 Bytef *f; /* pointer to copy strings from */
infblock.c 83 z->adler = s->check = (*s->checkfn)(0L, (const Bytef *)Z_NULL, 0);
104 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
127 Bytef *p; /* input data pointer */
129 Bytef *q; /* output window write pointer */
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
116 Bytef *window;
fx_zlib_deflate.c 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
292 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
324 const Bytef *dictionary,
361 strm->next_in = (z_const Bytef *)dictionary;
473 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
571 Bytef *str;
    [all...]
zconf.h 129 # define Bytef z_Bytef
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
116 Bytef *window;
deflate.c 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
325 const Bytef *dictionary;
362 strm->next_in = (z_const Bytef *)dictionary;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
572 Bytef *str;
    [all...]
zconf.h 129 # define Bytef z_Bytef
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
  /external/zlib/src/
deflate.h 100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
116 Bytef *window;
deflate.c 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
325 const Bytef *dictionary;
362 strm->next_in = (z_const Bytef *)dictionary;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
572 Bytef *str;
    [all...]
zconf.h 129 # define Bytef z_Bytef
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zconf.h 95 # define Bytef z_Bytef
335 # define Bytef Byte FAR
337 typedef Byte FAR Bytef;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 95 # define Bytef z_Bytef
335 # define Bytef Byte FAR
337 typedef Byte FAR Bytef;
  /external/chromium_org/third_party/openssl/openssl/crypto/comp/
c_zlib.c 58 static int zz_uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
98 typedef int (*compress_ft)(Bytef *dest,uLongf *destLen,
99 const Bytef *source, uLong sourceLen);
305 static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,
311 stream.next_in = (Bytef*)source;
  /external/openssl/crypto/comp/
c_zlib.c 58 static int zz_uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
98 typedef int (*compress_ft)(Bytef *dest,uLongf *destLen,
99 const Bytef *source, uLong sourceLen);
305 static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,
311 stream.next_in = (Bytef*)source;
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 129 # define Bytef z_Bytef
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.cc 24 reinterpret_cast<const Bytef*>(data.c_str()),
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 78 stream->next_in = reinterpret_cast<Bytef*>(const_cast<char*>(inputData));
80 stream->next_out = reinterpret_cast<Bytef*>(outputData);
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
adler32.c 99 const Bytef *buf;

Completed in 987 milliseconds

1 2 3 4 5 6 78 910