Home
last modified time | relevance | path

Searched defs:Lrzip (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/lrzip/lrzip-0.631/
H A Dliblrzip_private.h9 struct Lrzip struct
11 Lrzip_Mode mode; argument
12 unsigned int flags;
13 rzip_control *control;
16 char **infilenames;
17 size_t infilename_idx;
18 size_t infilename_buckets;
19 FILE **infiles;
20 size_t infile_idx;
21 size_t infile_buckets;
H A DLrzip.h58 typedef struct Lrzip Lrzip; typedef