Lines Matching defs:newBuf
1096 u1* newBuf = debugAlloc(newLen);1099 u2* pat = (u2*) newBuf;1105 memcpy(newBuf + kGuardLen / 2, buf, len);1112 *(uLong*)newBuf = adler;1115 GuardedCopy* pExtra = reinterpret_cast<GuardedCopy*>(newBuf);1121 return newBuf + kGuardLen / 2;