Searched refs:src_start (Results 1 – 1 of 1) sorted by relevance
176 size_t src_start = static_cast<size_t>(Read8(normal_header)); in ApplyImagePatch() local180 if (src_start + src_len > old_size) { in ApplyImagePatch()184 if (ApplyBSDiffPatch(old_data + src_start, src_len, patch, patch_offset, sink) != 0) { in ApplyImagePatch()220 size_t src_start = static_cast<size_t>(Read8(deflate_header)); in ApplyImagePatch() local225 if (src_start + src_len > old_size) { in ApplyImagePatch()248 strm.next_in = old_data + src_start; in ApplyImagePatch()