HomeSort by relevance Sort by last modified time
    Searched refs:ZEXPORT (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium/third_party/zlib/
adler32.c 57 uLong ZEXPORT adler32(adler, buf, len)
128 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
crc32.c 205 const unsigned long FAR * ZEXPORT get_crc_table()
219 unsigned long ZEXPORT crc32(crc, buf, len)
370 uLong ZEXPORT crc32_combine(crc1, crc2, len2)
inflate.c 103 int ZEXPORT inflateReset(strm)
128 int ZEXPORT inflatePrime(strm, bits, value)
144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
187 int ZEXPORT inflateInit_(strm, version, stream_size)
554 int ZEXPORT inflate(strm, flush)
    [all...]
deflate.c 204 int ZEXPORT deflateInit_(strm, level, version, stream_size)
216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
357 int ZEXPORT deflateReset (strm)
393 int ZEXPORT deflateSetHeader (strm, head)
404 int ZEXPORT deflatePrime (strm, bits, value)
416 int ZEXPORT deflateParams(strm, level, strategy)
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
489 uLong ZEXPORT deflateBound(strm, sourceLen)
552 int ZEXPORT deflate (strm, flush
    [all...]
infback.c 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
614 int ZEXPORT inflateBackEnd(strm)
  /external/qemu/distrib/zlib-1.2.3/
adler32.c 57 uLong ZEXPORT adler32(adler, buf, len)
128 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
crc32.c 205 const unsigned long FAR * ZEXPORT get_crc_table()
219 unsigned long ZEXPORT crc32(crc, buf, len)
370 uLong ZEXPORT crc32_combine(crc1, crc2, len2)
inflate.c 103 int ZEXPORT inflateReset(strm)
128 int ZEXPORT inflatePrime(strm, bits, value)
144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
187 int ZEXPORT inflateInit_(strm, version, stream_size)
554 int ZEXPORT inflate(strm, flush)
    [all...]
deflate.c 204 int ZEXPORT deflateInit_(strm, level, version, stream_size)
216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
357 int ZEXPORT deflateReset (strm)
393 int ZEXPORT deflateSetHeader (strm, head)
404 int ZEXPORT deflatePrime (strm, bits, value)
416 int ZEXPORT deflateParams(strm, level, strategy)
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
489 uLong ZEXPORT deflateBound(strm, sourceLen)
552 int ZEXPORT deflate (strm, flush
    [all...]
infback.c 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
614 int ZEXPORT inflateBackEnd(strm)
  /external/zlib/
crc32.c 207 const unsigned long FAR * ZEXPORT get_crc_table()
221 unsigned long ZEXPORT crc32(crc, buf, len)
428 uLong ZEXPORT crc32_combine(crc1, crc2, len2)
436 uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
zutil.c 27 const char * ZEXPORT zlibVersion()
32 uLong ZEXPORT zlibCompileFlags()
133 const char * ZEXPORT zError(err)
inflate.c 103 int ZEXPORT inflateReset(strm)
130 int ZEXPORT inflateReset2(strm, windowBits)
168 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
201 int ZEXPORT inflateInit_(strm, version, stream_size)
209 int ZEXPORT inflatePrime(strm, bits, value)
589 int ZEXPORT inflate(strm, flush)
    [all...]
zconf.h.cmakein 299 # define ZEXPORT WINAPI
311 # define ZEXPORT __declspec(dllexport)
314 # define ZEXPORT __declspec(dllimport)
323 #ifndef ZEXPORT
324 # define ZEXPORT
zconf.h.in 297 # define ZEXPORT WINAPI
309 # define ZEXPORT __declspec(dllexport)
312 # define ZEXPORT __declspec(dllimport)
321 #ifndef ZEXPORT
322 # define ZEXPORT
gzwrite.c 143 int ZEXPORT gzwrite(file, buf, len)
221 int ZEXPORT gzputc(file, c)
264 int ZEXPORT gzputs(file, str)
426 int ZEXPORT gzflush(file, flush)
458 int ZEXPORT gzsetparams(file, level, strategy)
500 int ZEXPORT gzclose_w(file)
zutil.h 164 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
165 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
deflate.c 198 int ZEXPORT deflateInit_(strm, level, version, stream_size)
210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
353 int ZEXPORT deflateReset (strm)
389 int ZEXPORT deflateSetHeader (strm, head)
400 int ZEXPORT deflatePrime (strm, bits, value)
412 int ZEXPORT deflateParams(strm, level, strategy)
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
486 uLong ZEXPORT deflateBound(strm, sourceLen)
582 int ZEXPORT deflate (strm, flush
    [all...]
infback.c 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
623 int ZEXPORT inflateBackEnd(strm)
  /external/zlib/contrib/minizip/
zip.c 849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def)
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def)
948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append)
953 extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append)
1055 extern int ZEXPORT zipOpenNewFileInZip4_64 (zipFile file, const char* filename, const zip_fileinfo* zipfi,
    [all...]
mztools.c 30 extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered)
  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 503 extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_filefunc_def)
687 extern zipFile ZEXPORT zipOpen (pathname, append)
694 extern int ZEXPORT zipOpenNewFileInZip3 (file, filename, zipfi,
903 extern int ZEXPORT zipOpenNewFileInZip2(file, filename, zipfi,
927 extern int ZEXPORT zipOpenNewFileInZip (file, filename, zipfi,
970 extern int ZEXPORT zipWriteInFileInZip (file, buf, len)
1035 extern int ZEXPORT zipCloseFileInZipRaw (file, uncompressed_size, crc32)
    [all...]
mztools.c 35 extern int ZEXPORT unzRepair(file, fileOut, fileOutTmp, nRecovered, bytesRecovered)
  /external/zlib/contrib/infback9/
infback9.c 19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size)
217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc)
608 int ZEXPORT inflateBack9End(strm)

Completed in 140 milliseconds

1 23