| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
| compress.pm | 1 package DBM_Filter::compress ; 11 eval { require Compress::Zlib; Compress::Zlib->import() }; 13 croak "Compress::Zlib module not found.\n" 19 sub Store { $_ = compress($_) } 26 =head1 DBM_Filter::compress 34 $db->Filter_Push('compress'); 38 This DBM filter will compress all data before it is written to the database 41 A fatal error will be thrown if the Compress::Zlib module is not 46 L<DBM_Filter>, L<perldbmfilter>, L<Compress::Zlib [all...] |
| /netvirt/usr/src/cmd/boot/scripts/ |
| root_archive.ksh | 656 compress() function 715 # always compress on sparc if fiocompress exists 719 COMPRESS=true 740 if [ "$COMPRESS" = true ] ; then 764 if [ "$COMPRESS" = true ] ; then 765 compress . $MNT 805 COMPRESS= 815 c) COMPRESS=true
|
| /netvirt/usr/src/common/openssl/crypto/comp/ |
| comp.h | 19 int (*compress)(COMP_CTX *ctx, member in struct:comp_method_st
|
| c_zlib.c | 122 #define compress stub_compress macro 225 fprintf(stderr,"compress(%4d)->%4d %s\n", 272 i=compress(&(out[1]),&l,in,(unsigned long)ilen); 288 fprintf(stderr,"compress(%4d)->%4d %s\n", 381 "compress");
|
| /netvirt/usr/src/cmd/boot/fiocompress/ |
| fiocompress.c | 29 * fiocompress - a utility to compress files with a filesystem. 67 int compress = 0; local 83 compress = 1; 86 if (compress) {
|
| /netvirt/usr/src/uts/common/os/ |
| compress.c | 27 #pragma ident "@(#)compress.c 1.5 05/06/08 SMI" 115 * two calls to compress() may produce different output. This is a 129 compress(void *s_start, void *d_start, size_t s_len) function
|
| /netvirt/usr/src/cmd/sgs/mcs/common/ |
| utils.c | 42 static char *compress(char *, size_t *); 410 buf = compress(buf, &size); 416 compress(char *str, size_t *size) function
|
| /netvirt/usr/src/uts/common/zmod/ |
| zconf.h | 90 #define compress zz_compress macro
|
| /netvirt/usr/src/cmd/sh/ |
| service.c | 639 static comp_t compress(clock_t); 674 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); 675 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); 676 sabuf.ac_etime = compress(after - before); 692 compress(clock_t t) function
|
| /netvirt/usr/src/uts/common/net/ |
| ppp-comp.h | 47 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */ 71 /* Compress a packet */ 72 int (*compress) __P((void *state, PACKETPTR *mret, member in struct:compressor 139 * Definitions for BSD-Compress. 141 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ 144 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
|
| /netvirt/usr/src/tools/cscope-fast/ |
| main.c | 69 BOOL compress = YES; /* compress the characters in the crossref */ variable 243 compress = YES; 258 compress = NO; 651 compress = NO; 807 " do not compress the data.\n"); 885 if (compress == YES) { 1020 if (oldcompress != compress || [all...] |
| /netvirt/usr/src/uts/common/io/ppp/spppcomp/ |
| zlib.h | 116 #define compress z_compress macro 549 * - Compress more input starting at next_in and update next_in and 773 * tuned to compress them better. The effect of Z_FILTERED is to force [all...] |
| /netvirt/usr/src/cmd/compress/ |
| compress.c | 16 #pragma ident "@(#)compress.c 1.44 07/10/25 SMI" 19 * Compress - data compression program 32 * SACREDMEM is the amount of physical memory saved for others; compress 114 * compress.c - File compression ala IEEE Computer, June 1984. 117 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $"; 149 * To save much memory, we overlay the table used by compress() with those 230 static void compress(void); 266 /* For compress () */ 290 * Usage: compress [-dfvc/] [-b bits] [file ...] 391 * -C = > generate output compatible with compress 2.0 968 compress() function [all...] |
| /netvirt/usr/src/lib/libshell/common/sh/ |
| path.c | 1204 static int compress(time_t); 1250 sabuf.ac_utime = compress(buffer.tms_utime + buffer.tms_cutime); 1251 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime); 1252 sabuf.ac_etime = compress( (time_t)(after-before)); 1263 static int compress(register time_t t) function [all...] |
| /netvirt/usr/src/uts/common/fs/zfs/ |
| dbuf.c | 43 int compress, dmu_tx_t *tx); 1886 int checksum, compress; local [all...] |
| zio.c | 77 int zp_dontcompress; /* don't compress after this pass */ 486 zio_write(zio_t *pio, spa_t *spa, int checksum, int compress, int ncopies, 496 ASSERT(compress >= ZIO_COMPRESS_OFF && 497 compress < ZIO_COMPRESS_FUNCTIONS); 512 zio->io_compress = compress; 1267 int compress = zio->io_compress; local 1339 int compress = BP_GET_COMPRESS(bp); local [all...] |
| /netvirt/usr/src/cmd/dladm/ |
| dladm.c | 2837 uint_t compress; local [all...] |
| /netvirt/usr/src/lib/libsqlite/tool/ |
| lemon.c | 1326 static int compress = 0; local [all...] |
| /netvirt/usr/src/common/openssl/ssl/ |
| ssl.h | 930 COMP_CTX *compress; \/* compression *\/ member in struct:ssl_st 932 char *compress; member in struct:ssl_st [all...] |