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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c292 uint8_t endarc : 1; member in struct:main_header
2173 rar->main.endarc = 0;
2199 rar->main.endarc = 1;
2298 (rar->main.endarc > 0 && ret == ARCHIVE_OK));
3149 * The state machine starts with `rar->main.endarc` == 0. It also
3153 * The `endarc` field is being set when the base block parsing
3158 if(rar->main.endarc == 1) {
3161 rar->main.endarc = 0;
3199 if(rar->main.endarc == 0) {

Completed in 47 milliseconds