| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| IntEqClasses.cpp | 67 void IntEqClasses::uncompress() { function in class:IntEqClasses
|
| Compression.cpp | 63 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, function in class:zlib 66 ::uncompress((Bytef *)UncompressedBuffer, (uLongf *)&UncompressedSize, 74 Error zlib::uncompress(StringRef InputBuffer, function in class:zlib 79 uncompress(InputBuffer, UncompressedBuffer.data(), UncompressedSize); 94 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, 96 llvm_unreachable("zlib::uncompress is unavailable"); 98 Error zlib::uncompress(StringRef InputBuffer, 101 llvm_unreachable("zlib::uncompress is unavailable");
|
| /src/external/gpl3/binutils/dist/zlib/ |
| uncompr.c | 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, function
|
| zconf.h | 132 # define uncompress z_uncompress macro
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| uncompr.c | 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
|
| zconf.h | 129 # define uncompress z_uncompress macro
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| uncompr.c | 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
|
| zconf.h | 129 # define uncompress z_uncompress macro
|
| /src/external/gpl3/gdb/dist/zlib/ |
| uncompr.c | 22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, function
|
| zconf.h | 132 # define uncompress z_uncompress macro
|
| /src/common/dist/zlib/ |
| uncompr.c | 24 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough 99 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, function
|
| zconf.h | 142 # define uncompress z_uncompress macro
|
| /src/external/public-domain/xz/dist/src/xzdec/ |
| xzdec.c | 6 /// \brief Simple single-threaded tool to uncompress .xz or .lzma files 127 { "uncompress", no_argument, NULL, 'd' }, 169 uncompress(lzma_stream *strm, FILE *file, const char *filename) function 444 uncompress(&strm, stdin, "(stdin)"); 475 uncompress(&strm, src_file, src_name);
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_fuzz.c | 49 int uncompress; /* If 1, decompress the file before fuzzing. */ member in struct:files 78 if (filesets[n].uncompress) { 90 skipping("Cannot uncompress fileset"); 92 skipping("Cannot uncompress %s", filesets[n].names[0]);
|
| /src/external/bsd/liblzf/dist/ |
| lzf.c | 58 static enum { compress, uncompress, lzfcat } mode = compress; enumerator in enum:__anon7242 68 {"uncompress", 0, 0, 'd'}, 465 mode = uncompress; 482 mode = uncompress; 509 if ((mode == uncompress || mode == lzfcat) && isatty (0))
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| zconf.h | 92 #define uncompress zz_uncompress macro
|
| /src/external/gpl3/binutils/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
| /src/external/gpl3/gdb/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
| /src/common/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; function 223 function uncompress; external; function
|
| /src/crypto/external/apache2/openssl/dist/crypto/comp/ |
| c_zlib.c | 102 #define uncompress p_uncompress macro 252 if (uncompress(out, &out_size, in, ilen) != Z_OK) 287 p_uncompress = (uncompress_ft)DSO_bind_func(zlib_dso, "uncompress");
|
| /src/sys/net/ |
| zlib.h | 83 # define uncompress z_uncompress macro 944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong); 956 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| zlib.h | 84 # define uncompress netpgpv_z_uncompress macro 1392 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, 1405 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
|
| /src/external/bsd/bzip2/dist/ |
| bzip2.c | 1319 void uncompress ( Char *name ) function 1331 panic ( "uncompress: bad modes\n" ); 1464 panic ( "uncompress: bad srcMode" ); 1859 /*-- Determine what to do (compress/uncompress/test/cat). --*/ 1984 uncompress ( NULL ); 1991 uncompress ( aa->name );
|