Searched refs:skipCnt_ (Results 1 – 2 of 2) sorted by relevance
38 skipCnt_(skipCnt) in CryptoStreamBuf()235 if (skipCnt_ > 0) { in xsputn_with_skip()236 auto min = std::min(skipCnt_, _Count); in xsputn_with_skip()237 skipCnt_ -= min; in xsputn_with_skip()
54 std::streamsize skipCnt_; // for decrypt, must be less BLK_SIZE variable
Completed in 3 milliseconds