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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c 183 char end_of_entry; member in struct:zip
930 zip->end_of_entry = 0;
1283 zip->end_of_entry = 1;
1596 * zip->end_of_entry if it consumes all of the data.
1638 zip->end_of_entry = 1;
1666 zip->end_of_entry = 1;
1949 zip->end_of_entry = 1;
2036 zip->end_of_entry = 1;
2057 zip->end_of_entry = 1;
2063 if(zip->end_of_entry) {
    [all...]
archive_read_support_format_lha.c 197 char end_of_entry; member in struct:lha
494 lha->end_of_entry = 0;
739 lha->end_of_entry = 1;
1488 if (lha->end_of_entry) {
1507 * lha->end_of_entry if it consumes all of the data.
1520 lha->end_of_entry = 1;
1544 lha->end_of_entry = 1;
1553 * unsupported, ARCHIVE_FATAL otherwise, sets lha->end_of_entry if it consumes
1618 lha->end_of_entry = 1;
1639 if (lha->end_of_entry)
    [all...]
archive_read_support_format_cab.c 285 char end_of_entry; member in struct:cab
916 cab->end_of_entry = 0;
1003 cab->end_of_entry_cleanup = cab->end_of_entry = 1;
1054 if (cab->end_of_archive || cab->end_of_entry) {
1926 * cab->end_of_entry if it consumes all of the data.
1939 cab->end_of_entry = 1;
1965 cab->end_of_entry = 1;
1991 cab->end_of_entry_cleanup = cab->end_of_entry = 1;
2026 cab->end_of_entry_cleanup = cab->end_of_entry = 1;
archive_read_support_format_7zip.c 292 char end_of_entry; member in struct:_7zip
930 zip->end_of_entry = 0;
1034 zip->end_of_entry = 1;
1124 if (zip->end_of_entry)
1142 zip->end_of_entry = 1;
1150 if (zip->end_of_entry) {
1183 if (zip->end_of_entry)
1196 zip->end_of_entry = 1;

Completed in 28 milliseconds