Home
last modified time | relevance | path

Searched refs:F_MULTIPART (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm108 use constant F_MULTIPART => 0x00000400; constant
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dlzop_build_offset_table.py22 F_MULTIPART = 0x00000400 variable
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/misc/
H A Dseeklzop.py194 F_MULTIPART = 0x00000400 variable
/dports/archivers/lzop/lzop-1.04/src/
H A Dconf.h458 #define F_MULTIPART 0x00000400L macro
H A Dlzop.c735 h->flags |= F_MULTIPART; in init_compress_header()
1957 if (!((ft->part > 0) || (h->flags & F_MULTIPART))) in warn_multipart()