Searched refs:zstdstream_valid (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c198 char zstdstream_valid; member in struct:zip
2413 if(zip->zstdstream_valid) {
2415 zip->zstdstream_valid = 0;
2431 zip->zstdstream_valid = 1;
2512 zip->zstdstream_valid = 0;
3252 if (zip->zstdstream_valid) {
H A Darchive_read_support_format_7zip.c313 int zstdstream_valid; member in struct:_7zip
1307 if (zip->zstdstream_valid) {
1309 zip->zstdstream_valid = 0;
1312 zip->zstdstream_valid = 1;

Completed in 206 milliseconds