Home | History | Annotate | Download | only in applypatch

Lines Matching full:total_header_size

1009   size_t total_header_size = 12;
1011 total_header_size += 4;
1014 total_header_size += 8*3;
1017 total_header_size += 8*5 + 4*5;
1020 total_header_size += 4 + patch_size[i];
1025 size_t offset = total_header_size;