Searched refs:src_start (Results 1 – 1 of 1) sorted by relevance
89 size_t src_start = Read8(normal_header); in ApplyImagePatch() local93 if (src_start + src_len > static_cast<size_t>(old_size)) { in ApplyImagePatch()97 ApplyBSDiffPatch(old_data + src_start, src_len, in ApplyImagePatch()129 size_t src_start = Read8(deflate_header); in ApplyImagePatch() local139 if (src_start + src_len > static_cast<size_t>(old_size)) { in ApplyImagePatch()163 strm.next_in = (unsigned char*)(old_data + src_start); in ApplyImagePatch()