Home
last modified time | relevance | path

Searched refs:end_of_entry_cleanup (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_cab.c294 char end_of_entry_cleanup; member
916 cab->end_of_entry_cleanup = 0; in archive_read_format_cab_read_header()
1002 cab->end_of_entry_cleanup = cab->end_of_entry = 1; in archive_read_format_cab_read_header()
1054 if (!cab->end_of_entry_cleanup) { in archive_read_format_cab_read_data()
1056 cab->end_of_entry_cleanup = 1; in archive_read_format_cab_read_data()
1976 cab->end_of_entry_cleanup = cab->end_of_entry = 1; in archive_read_format_cab_read_data_skip()
1993 if (cab->end_of_entry_cleanup) in archive_read_format_cab_read_data_skip()
2011 cab->end_of_entry_cleanup = cab->end_of_entry = 1; in archive_read_format_cab_read_data_skip()
HDarchive_read_support_format_lha.c198 char end_of_entry_cleanup; member
528 lha->end_of_entry_cleanup = 0; in archive_read_format_lha_read_header()
1391 if (!lha->end_of_entry_cleanup) { in archive_read_format_lha_read_data()
1401 lha->end_of_entry_cleanup = 1; in archive_read_format_lha_read_data()
1590 if (lha->end_of_entry_cleanup) in archive_read_format_lha_read_data_skip()
1602 lha->end_of_entry_cleanup = lha->end_of_entry = 1; in archive_read_format_lha_read_data_skip()