Lines Matching refs:uReadPos
547 ZPOS64_T uReadPos ;
557 uReadPos = uSizeFile - uBackRead ;
559 uReadSize = ((BUFREADCOMMENT + 4) < (uSizeFile - uReadPos)) ?
560 (BUFREADCOMMENT + 4) : (uLong)(uSizeFile-uReadPos);
561 if (ZSEEK64(*pzlib_filefunc_def,filestream,uReadPos,ZLIB_FILEFUNC_SEEK_SET) != 0)
575 uPosFound = uReadPos + (unsigned)i;
625 ZPOS64_T uReadPos;
635 uReadPos = uSizeFile - uBackRead ;
637 uReadSize = ((BUFREADCOMMENT + 4) < (uSizeFile - uReadPos)) ?
638 (BUFREADCOMMENT + 4) : (uLong)(uSizeFile - uReadPos);
639 if (ZSEEK64(*pzlib_filefunc_def,filestream,uReadPos,ZLIB_FILEFUNC_SEEK_SET) != 0)
654 uPosFound = uReadPos + (unsigned)i;