HomeSort by: relevance | last modified time | path
    Searched refs:stream_valid (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c 301 char stream_valid; member in struct:cab
1448 if (cab->stream_valid)
1460 cab->stream_valid = 1;
2048 if (cab->stream_valid)
archive_read_support_format_iso9660.c 244 int stream_valid; member in struct:zisofs
1660 if (zisofs->stream_valid)
1669 zisofs->stream_valid = 1;
1820 if (iso9660->entry_zisofs.stream_valid) {
archive_write_set_format_iso9660.c 783 int stream_valid; member in struct:iso9660::__anon93
1127 iso9660->zisofs.stream_valid = 0;
7391 if (iso9660->zisofs.stream_valid)
7396 iso9660->zisofs.stream_valid = 1;
7796 if (iso9660->zisofs.stream_valid &&
7803 iso9660->zisofs.stream_valid = 0;
7823 int stream_valid; member in struct:zisofs_extract
7961 if (zisofs->stream_valid)
7970 zisofs->stream_valid = 1;
8123 if (zext.stream_valid && inflateEnd(&(zext.stream)) != Z_OK)
    [all...]
archive_read_support_format_7zip.c 334 int stream_valid; member in struct:_7zip
1577 if (zip->stream_valid)
1587 zip->stream_valid = 1;
2020 if (zip->stream_valid) {
2027 zip->stream_valid = 0;
archive_read_support_format_xar.c 334 int stream_valid; member in struct:xar
1473 if (xar->stream_valid)
1482 xar->stream_valid = 1;
1736 if (xar->stream_valid) {
archive_read_support_format_zip.c 190 char stream_valid; member in struct:zip
2523 if (zip->stream_valid)
2534 zip->stream_valid = 1;
3215 if (zip->stream_valid)
archive_write_disk_posix.c 315 int stream_valid; member in struct:archive_write_disk
1273 if (a->stream_valid)
1283 a->stream_valid = 1;
2726 if (a->stream_valid) {

Completed in 47 milliseconds