Home | History | Annotate | Download | only in win

Lines Matching refs:QuadPart

135     this->fLocation.QuadPart += *pcbRead;
159 static_cast<size_t>(liDistanceToMove.QuadPart)
161 this->fLocation.QuadPart = skipped;
162 if (skipped != liDistanceToMove.QuadPart) {
170 static_cast<size_t>(liDistanceToMove.QuadPart)
172 this->fLocation.QuadPart += skipped;
173 if (skipped != liDistanceToMove.QuadPart) {
185 + liDistanceToMove.QuadPart;
187 this->fLocation.QuadPart = skipped;
200 lpNewFilePointer->QuadPart = this->fLocation.QuadPart;
214 pStatstg->cbSize.QuadPart = this->fSkStream->getLength();
272 pStatstg->cbSize.QuadPart = 0;