/external/bzip2/ |
words1 | 2 Doing 6 tests (3 compress, 3 uncompress) ...
|
/external/zlib/contrib/minizip/ |
iowin32.h | 1 /* iowin32.h -- IO base function header for compress/uncompress .zip
|
ioapi.h | 1 /* ioapi.h -- IO base function header for compress/uncompress .zip
|
ioapi.c | 1 /* ioapi.c -- IO base function header for compress/uncompress .zip
|
unzip.h | 1 /* unzip.h -- IO for uncompress .zip files using zlib 271 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 285 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) 311 (UNZ_ERRNO for IO error, or zLib error for uncompress error)
|
/external/zlib/old/os2/ |
zlib.def | 36 uncompress
|
/external/zlib/win32/ |
zlib.def | 29 uncompress
|
/external/zlib/examples/ |
README.examples | 8 uncompress a gzip file 12 - also provides Unix uncompress functionality, again twice as fast
|
/external/qemu/distrib/zlib-1.2.3/ |
uncompr.c | 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not 26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
|
/external/zlib/ |
uncompr.c | 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not 26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
|
example.c | 57 * Test compress() and uncompress() 71 err = uncompress(uncompr, &uncomprLen, compr, comprLen); 72 CHECK_ERR(err, "uncompress"); 75 fprintf(stderr, "bad uncompress\n"); 78 printf("uncompress(): %s\n", (char *)uncompr);
|
/external/zlib/contrib/vstudio/vc7/ |
zlibvc.def | 32 uncompress @26
|
/external/zlib/contrib/vstudio/vc8/ |
zlibvc.def | 32 uncompress @26
|
/external/zlib/old/ |
visual-basic.txt | 23 uncompress 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 52 Declare Function uncompress Lib "ZLIB32.DLL" 89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
|
/frameworks/base/include/utils/ |
ZipFileRO.h | 133 * Uncompress the data into a buffer. Depending on the compression 144 * Uncompress the data to an open file descriptor. 155 * Utility function: uncompress deflated data, buffer to buffer. 161 * Utility function: uncompress deflated data, buffer to fd.
|
/external/zlib/contrib/vstudio/ |
readme.txt | 16 - Uncompress current zlib, including all contrib/* files
25 - Uncompress current zlib, including all contrib/* files
39 - Uncompress current zlib, including all contrib/* files
|
/build/tools/zipalign/ |
ZipFile.h | 148 //bool uncompress(const ZipEntry* pEntry, void* buf) const; 149 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const; 150 void* uncompress(const ZipEntry* pEntry);
|
/frameworks/base/tools/aapt/ |
ZipFile.h | 148 //bool uncompress(const ZipEntry* pEntry, void* buf) const; 149 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const; 150 void* uncompress(const ZipEntry* pEntry);
|
/external/netcat/scripts/ |
ncp | 39 nc -v -w 30 -p $MYPORT -l < /dev/null | uncompress -c > "$1" && exit 0
|
/external/zlib/as400/ |
bndsrc | 80 EXPORT SYMBOL("uncompress")
|
/system/core/libzipfile/ |
zipfile.c | 103 // uncompress the data
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 121 function uncompress(dest: PChar; var destLen: LongInt; function 183 function uncompress; external; function
|
example.pas | 53 * Test compress and uncompress 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 69 CHECK_ERR(err, 'uncompress'); 72 EXIT_ERR('bad uncompress') 74 WriteLn('uncompress(): ', PChar(uncompr));
|
/frameworks/base/libs/utils/ |
ZipFileRO.cpp | 476 * Uncompress an entry, in its entirety, into the provided output buffer. 497 * Experiment with madvise hint. When we want to uncompress a file, 529 * Uncompress an entry, in its entirety, to an open file descriptor. 555 LOGE("Partial write during uncompress (%d of %ld)\n", 573 * Uncompress "deflate" data from one buffer to another. 638 * Uncompress "deflate" data from one buffer to an open file descriptor.
|
/external/zlib/contrib/ada/ |
zlib-thin.ads | 175 function uncompress 401 pragma Import (C, uncompress, "uncompress");
|