Home
last modified time | relevance | path

Searched refs:compress2 (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
A Dzconf.h35 # define compress2 z_compress2 macro
A Dzlib.h1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
A Dzconf.h.cmakein37 # define compress2 z_compress2
A Dzconf.h.in35 # define compress2 z_compress2 macro
A DChangeLog1140 - added compress2 in zconf.h, zlib.def, zlib.dnt
1161 - added compress2() to allow setting the compression level
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/os2/
A Dzlib.def49 compress2
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A Dzlib.def34 compress2
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc10/
A Dzlibvc.def45 compress2 @39
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc12/
A Dzlibvc.def45 compress2 @39
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc11/
A Dzlibvc.def45 compress2 @39
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc14/
A Dzlibvc.def45 compress2 @39
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc9/
A Dzlibvc.def45 compress2 @39
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; in compress2() function
191 function compress2; external; in compress2() function
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib-thin.ads167 function compress2 subprogspec
400 pragma Import (C, compress2, "compress2");
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dbndsrc9 EXPORT SYMBOL("compress2")
A Dzlib.inc120 D compress2 PR 10I 0 extproc('compress2')
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzconf.in.h38 # define compress2 z_compress2 macro
A Dzconf.h31 # define compress2 z_compress2 macro
A Dzlib.h1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
/AliOS-Things-master/components/freetype/src/gzip/
A Dzconf.h33 # define compress2 z_compress2 macro
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dzconf.h35 # define compress2 z_compress2 macro
A Dzlib.h1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef

Completed in 60 milliseconds

12