Searched refs:next_cluster (Results 1 – 2 of 2) sorted by relevance
741 next_cluster = read_le_short(f)742 if next_cluster > MAX_CLUSTER_ID:743 next_cluster = self.extend_cluster(current_cluster, len(data))744 current_cluster = next_cluster
134 __le32 next_cluster; member