Lines Matching defs:last_bytes_read
1175 size_t last_bytes_read;
1211 if ((last_bytes_read = hfslib_read_fork_descriptor(ptr,
1214 ptr = (uint8_t*)ptr + last_bytes_read;
1216 if ((last_bytes_read = hfslib_read_fork_descriptor(ptr,
1219 ptr = (uint8_t*)ptr + last_bytes_read;
1221 if ((last_bytes_read = hfslib_read_fork_descriptor(ptr,
1224 ptr = (uint8_t*)ptr + last_bytes_read;
1226 if ((last_bytes_read = hfslib_read_fork_descriptor(ptr,
1229 ptr = (uint8_t*)ptr + last_bytes_read;
1231 if ((last_bytes_read = hfslib_read_fork_descriptor(ptr,
1234 ptr = (uint8_t*)ptr + last_bytes_read;
1358 size_t last_bytes_read;
1412 last_bytes_read = hfslib_read_header_node(header_rec_offset,
1414 if (last_bytes_read == 0)
1478 last_bytes_read = hfslib_reada_node_offsets((uint8_t*)in_bytes + nodesize -
1480 if (last_bytes_read == 0)
1524 last_bytes_read = hfslib_read_catalog_keyed_record(ptr, NULL,
1526 if (last_bytes_read == 0)
1665 size_t last_bytes_read;
1685 last_bytes_read
1686 if (last_bytes_read == 0)
1688 ptr = (uint8_t*)ptr + last_bytes_read;
1720 last_bytes_read = hfslib_read_bsd_data(ptr,
1722 if (last_bytes_read == 0)
1724 ptr = (uint8_t*)ptr + last_bytes_read;
1726 last_bytes_read = hfslib_read_folder_userinfo(ptr,
1728 if (last_bytes_read == 0)
1730 ptr = (uint8_t*)ptr + last_bytes_read;
1732 last_bytes_read = hfslib_read_folder_finderinfo(ptr,
1734 if (last_bytes_read == 0)
1736 ptr = (uint8_t*)ptr + last_bytes_read;
1754 last_bytes_read = hfslib_read_bsd_data(ptr,
1756 if (last_bytes_read == 0)
1758 ptr = (uint8_t*)ptr + last_bytes_read;
1760 last_bytes_read = hfslib_read_file_userinfo(ptr,
1762 if (last_bytes_read == 0)
1764 ptr = (uint8_t*)ptr + last_bytes_read;
1766 last_bytes_read = hfslib_read_file_finderinfo(ptr,
1768 if (last_bytes_read == 0)
1770 ptr = (uint8_t*)ptr + last_bytes_read;
1775 last_bytes_read = hfslib_read_fork_descriptor(ptr,
1777 if (last_bytes_read == 0)
1779 ptr = (uint8_t*)ptr + last_bytes_read;
1781 last_bytes_read = hfslib_read_fork_descriptor(ptr,
1783 if (last_bytes_read == 0)
1785 ptr = (uint8_t*)ptr + last_bytes_read;
1795 last_bytes_read = hfslib_read_unistr255(ptr,
1797 if (last_bytes_read == 0)
1799 ptr = (uint8_t*)ptr + last_bytes_read;
1822 size_t last_bytes_read;
1853 last_bytes_read = hfslib_read_extent_descriptors(ptr, out_rec);
1854 if (last_bytes_read == 0)
1856 ptr = (uint8_t*)ptr + last_bytes_read;
1908 size_t last_bytes_read;
1919 if ((last_bytes_read = hfslib_read_extent_descriptors(ptr,
1922 ptr = (uint8_t*)ptr + last_bytes_read;