Searched refs:stream_valid (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c89 char stream_valid; member in struct:zip
667 if (zip->stream_valid)
678 zip->stream_valid = 1;
801 if (zip->stream_valid)
H A Darchive_read_support_format_iso9660.c244 int stream_valid; member in struct:zisofs
1495 if (zisofs->stream_valid)
1504 zisofs->stream_valid = 1;
1653 if (iso9660->entry_zisofs.stream_valid) {
H A Darchive_read_support_format_xar.c326 int stream_valid; member in struct:xar
1314 if (xar->stream_valid)
1323 xar->stream_valid = 1;
1626 if (xar->stream_valid) {

Completed in 100 milliseconds