Searched refs:seek_adjustment (Results 1 – 2 of 2) sorted by relevance
92 int32 seek_adjustment; in MBS_ApplyPatch() local97 if (!control_stream_seeks->ReadVarint32Signed(&seek_adjustment)) in MBS_ApplyPatch()102 copy_count, extra_count, seek_adjustment); in MBS_ApplyPatch()136 if (old_position + seek_adjustment < old_start || in MBS_ApplyPatch()137 old_position + seek_adjustment > old_end) in MBS_ApplyPatch()140 old_position += seek_adjustment; in MBS_ApplyPatch()
399 int32 seek_adjustment = ((pos - lenb) - (lastpos + lenf)); in CreateBinaryPatch() local403 !control_stream_seeks->WriteVarint32Signed(seek_adjustment)) { in CreateBinaryPatch()411 seek_adjustment); in CreateBinaryPatch()