Searched refs:la_zstream (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_7zip.c | 121 struct la_zstream { struct 136 struct la_zstream *lastrm, argument 139 struct la_zstream *lastrm); argument 214 struct la_zstream stream; 260 struct la_zstream *); 262 struct la_zstream *, enum la_zaction); 263 static int compression_end_copy(struct archive *, struct la_zstream *); 265 struct la_zstream *, int, int); 268 struct la_zstream *, enum la_zaction); 269 static int compression_end_deflate(struct archive *, struct la_zstream *); [all …]
|
H A D | archive_write_set_format_xar.c | 143 struct la_zstream { struct 155 struct la_zstream *lastrm, argument 158 struct la_zstream *lastrm); argument 248 struct la_zstream stream; 306 struct la_zstream *, int, int); 308 struct la_zstream *, enum la_zaction); 309 static int compression_end_gzip(struct archive *, struct la_zstream *); 311 struct la_zstream *, int); 314 struct la_zstream *, enum la_zaction); 315 static int compression_end_bzip2(struct archive *, struct la_zstream *); [all …]
|