Lines Matching refs:QuadPart
137 this->fLocation.QuadPart += *pcbRead; in Read()
161 static_cast<size_t>(liDistanceToMove.QuadPart) in Seek()
163 this->fLocation.QuadPart = skipped; in Seek()
164 if (skipped != liDistanceToMove.QuadPart) { in Seek()
172 static_cast<size_t>(liDistanceToMove.QuadPart) in Seek()
174 this->fLocation.QuadPart += skipped; in Seek()
175 if (skipped != liDistanceToMove.QuadPart) { in Seek()
187 + liDistanceToMove.QuadPart; in Seek()
189 this->fLocation.QuadPart = skipped; in Seek()
202 lpNewFilePointer->QuadPart = this->fLocation.QuadPart; in Seek()
216 pStatstg->cbSize.QuadPart = this->fSkStream->getLength(); in Stat()
274 pStatstg->cbSize.QuadPart = 0; in Stat()