Home
last modified time | relevance | path

Searched refs:F_ADLER32_C (Results 1 – 9 of 9) sorted by relevance

/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm99 use constant F_ADLER32_C => 0x00000002; constant
150 use constant FLAG_CRC_COMP => F_ADLER32_C | F_CRC32_C ;
/dports/archivers/lzop/lzop-1.04/src/
H A Dp_lzo.c127 h->flags |= F_ADLER32_C; in lzo_init_compress_header()
210 if ((h->flags & F_ADLER32_C) && !(h->flags & F_ADLER32_D)) in lzo_enter()
366 if (dst_len < src_len && (h->flags & F_ADLER32_C)) in lzo_compress()
466 if (h->flags & F_ADLER32_C) in lzo_decompress()
509 if (opt_checksum && (h->flags & F_ADLER32_C)) in lzo_decompress()
H A Dconf.h449 #define F_ADLER32_C 0x00000002L macro
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dlzop_build_offset_table.py17 F_ADLER32_C = 0x00000002 variable
61 has_compressed_crc = (flags & F_CRC32_C or flags & F_ADLER32_C)
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dlzop.c409 #define F_ADLER32_C 0x00000002L macro
734 if (h->flags & F_ADLER32_C) in lzo_compress()
822 if (h->flags & F_ADLER32_C) in lzo_decompress()
839 if (h->flags & F_ADLER32_C) in lzo_decompress()
1084 h->flags |= F_ADLER32_C; in do_lzo_compress()
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/
H A DLzop.pm60 $flags |= F_ADLER32_D | F_ADLER32_C ;
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Uncompress/
H A DUnLzop.pm252 $crc = adler32($$buff) if *$self->{LzopData}{Flags} & F_ADLER32_C ;
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py189 F_ADLER32_C = 0x00000002 variable
/dports/net/libtrace/libtrace-3.0.19/libwandio/
H A Diow-lzo.c83 static const int F_ADLER32_C = 0x00000002L; variable