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

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c276 uint64_t cl_offset; /* Having RRIP "CL" extension. */ member in struct:file_info
1031 if (child->cl_offset == 0 &&
2000 if (file->cl_offset) {
2020 if (file->cl_offset) {
2043 file->offset = file->number = file->cl_offset + 1;
2046 * Sanity check: cl_offset does not point at its
2050 if (r->offset == file->cl_offset) {
2057 if (file->cl_offset == file->offset ||
2140 file->cl_offset = (uint64_t)
2764 if (file->cl_offset) {
[all...]

Completed in 106 milliseconds