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

1 2 3 4 5 6 7 8910

  /external/chromium_org/third_party/zlib/
mozzconf.h 165 #define Bytef MOZ_Z_Bytef
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_adler32.c 67 const Bytef *buf,
fx_zlib_inflate.c 381 const Bytef *end,
    [all...]
gzwrite.c 234 strm->next_in = (z_const Bytef *)buf;
  /external/qemu/distrib/zlib-1.2.8/
adler32.c 67 const Bytef *buf;
inflate.c 381 const Bytef *end;
    [all...]
gzwrite.c 234 strm->next_in = (z_const Bytef *)buf;
  /external/zlib/src/
adler32.c 67 const Bytef *buf;
zconf.h.cmakein 131 # define Bytef z_Bytef
377 # define Bytef Byte FAR
379 typedef Byte FAR Bytef;
zconf.h.in 129 # define Bytef z_Bytef
375 # define Bytef Byte FAR
377 typedef Byte FAR Bytef;
inflate.c 381 const Bytef *end;
    [all...]
  /system/core/libzipfile/
zipfile.c 91 zstream.next_out = (Bytef*) out;
  /external/chromium_org/net/filter/
gzip_filter_unittest.cc 127 zlib_stream.next_in = bit_cast<Bytef*>(source);
129 zlib_stream.next_out = bit_cast<Bytef*>(dest);
  /external/chromium_org/net/websockets/
websocket_inflater.cc 124 stream_->next_in = reinterpret_cast<Bytef*>(const_cast<char*>(next_in));
133 stream_->next_out = reinterpret_cast<Bytef*>(tail.first);
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 206 static int compress2gzip(Bytef *dest, uLongf *destLen,
207 const Bytef *source, uLong sourceLen, int level)
212 stream.next_in = (Bytef*)source;
  /external/zlib/src/test/
example.c 95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
472 (const Bytef*)dictionary, (int)sizeof(dictionary));
524 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 77 zstream.next_out = (Bytef*) buf;
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c     [all...]
  /external/zlib/src/contrib/minizip/
unzip.c     [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 295 reinterpret_cast<const Bytef*>(out_buf->data()),
    [all...]
simple_index_file.cc 35 reinterpret_cast<const Bytef*>(pickle.payload()),
  /external/chromium_org/net/cert/
crl_set.cc 28 z.next_in = reinterpret_cast<Bytef*>(const_cast<char*>(in.data()));
30 z.next_out = reinterpret_cast<Bytef*>(out);
  /external/chromium_org/net/spdy/
spdy_framer.cc 30 reinterpret_cast<const Bytef*>(dictionary),
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 66 reinterpret_cast<Bytef*>(string_as_array(&un_gzipped)),
68 reinterpret_cast<const Bytef*>(proto.compressed_value().data()),
  /external/freetype/src/gzip/
ftgzip.c 705 stream.next_in = (Bytef*)input;

Completed in 917 milliseconds

1 2 3 4 5 6 7 8910