Searched refs:out_extents (Results 1 – 1 of 1) sorted by relevance
782 hfs_extent_descriptor_t** out_extents, in hfslib_get_file_extents() argument798 if (out_extents != NULL) { in hfslib_get_file_extents()799 *out_extents = hfslib_malloc(sizeof(hfs_extent_descriptor_t), cbargs); in hfslib_get_file_extents()800 if (*out_extents == NULL) in hfslib_get_file_extents()859 if (out_extents != NULL) { in hfslib_get_file_extents()860 dummy = hfslib_realloc(*out_extents, in hfslib_get_file_extents()865 *out_extents = dummy; in hfslib_get_file_extents()867 memcpy(*out_extents + numextents, in hfslib_get_file_extents()887 if (out_extents != NULL && *out_extents != NULL) { in hfslib_get_file_extents()888 hfslib_free(*out_extents, cbargs); in hfslib_get_file_extents()[all …]