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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c275 uint64_t cl_offset; /* Having RRIP "CL" extension. */ member in struct:file_info
992 if (child->cl_offset == 0 &&
1815 if (file->cl_offset) {
1835 if (file->cl_offset) {
1858 file->offset = file->number = file->cl_offset + 1;
1861 * Sanity check: cl_offset does not point at its
1865 if (r->offset == file->cl_offset) {
1872 if (file->cl_offset == file->offset ||
1956 file->cl_offset = (uint64_t)
2570 if (file->cl_offset) {
[all...]

Completed in 171 milliseconds