Lines Matching defs:oldpos
258 // The oldpos can be negative, but the new pos is only incremented linearly.
259 int64_t oldpos = 0;
281 if ((i = oldpos) < 0) {
283 // because we will skip part where |oldpos| < 0.
294 if ((old_file_pos = oldpos + ctrl[0]) > oldsize)
318 oldpos += ctrl[0];
320 if (oldpos > static_cast<int64_t>(oldsize)) {
322 // because we skipped part where |oldpos| > oldsize.
323 if (!ReadBZ2AndWriteAll(new_file, dpfbz2, oldpos - oldsize,
339 oldpos += ctrl[2];