Home
last modified time | relevance | path

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

/dports/devel/isa-l/isa-l-2.30.0/
H A Disa-l.def111 isal_write_gzip_header @107
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_wrapper_hdr_test.c408 len = isal_write_gzip_header(&stream, gz_hdr); in write_gzip_header()
425 len = isal_write_gzip_header(&stream, gz_hdr); in write_gzip_header()
H A Digzip.c1065 uint32_t isal_write_gzip_header(struct isal_zstream *stream, struct isal_gzip_header *gz_hdr) in isal_write_gzip_header() function
/dports/devel/isa-l/isa-l-2.30.0/include/
H A Digzip_lib.h622 uint32_t isal_write_gzip_header(struct isal_zstream * stream, struct isal_gzip_header *gz_hdr);
/dports/biology/fastp/fastp-0.23.2/src/
H A Digzip_lib.h622 uint32_t isal_write_gzip_header(struct isal_zstream * stream, struct isal_gzip_header *gz_hdr);
/dports/devel/isa-l/isa-l-2.30.0/programs/
H A Digzip_cli.c657 isal_write_gzip_header(&stream, &gz_hdr); in compress_file()