Home
last modified time | relevance | path

Searched refs:F_H_FILTER (Results 1 – 6 of 6) sorted by relevance

/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dlzop_build_offset_table.py23 F_H_FILTER = 0x00000800 variable
60 assert not(flags & F_H_FILTER), "LZOP filters not supported"
/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm109 use constant F_H_FILTER => 0x00000800; constant
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py195 F_H_FILTER = 0x00000800 variable
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dlzop.c414 #define F_H_FILTER 0x00000800L macro
982 if (h->flags & F_H_FILTER) in read_header()
/dports/archivers/lzop/lzop-1.04/src/
H A Dconf.h459 #define F_H_FILTER 0x00000800L macro
H A Dlzop.c729 h->flags |= F_H_FILTER; in init_compress_header()
821 if (h->flags & F_H_FILTER) in write_header()
870 if (h->flags & F_H_FILTER) in read_header()