Searched refs:skipCnt (Results 1 – 3 of 3) sorted by relevance
99 int64_t skipCnt = 0; in GetObjectSecurely() local104 skipCnt = range.first % blkSize; in GetObjectSecurely()116 …e_shared<CryptoStreamBuf>(*content, cipher_, material.ContentKey(), iv, static_cast<int>(skipCnt)); in GetObjectSecurely()123 if (skipCnt > 0 && outcome.isSuccess()) { in GetObjectSecurely()126 ometa.setContentLength(len - skipCnt); in GetObjectSecurely()
27 const int skipCnt) : in CryptoStreamBuf() argument38 skipCnt_(skipCnt) in CryptoStreamBuf()
33 const int skipCnt = 0);
Completed in 4 milliseconds