Lines Matching refs:endPosn
365 long lfhPosn, startPosn, endPosn, uncompressedLen; in addCommon() local
466 endPosn = ftell(mZipFp); // seeked to end of compressed data in addCommon()
471 pEntry->setDataInfo(uncompressedLen, endPosn - startPosn, crc, in addCommon()
479 mEOCD.mCentralDirOffset = endPosn; in addCommon()
517 long lfhPosn, endPosn; in add() local
587 endPosn = ftell(mZipFp); in add()
596 mEOCD.mCentralDirOffset = endPosn; in add()
624 long lfhPosn, startPosn, endPosn, uncompressedLen; in addRecompress() local
691 long endPosn = ftell(mZipFp); in addRecompress() local
692 pEntry->setDataInfo(uncompressedLen, endPosn - startPosn, in addRecompress()
713 endPosn = ftell(mZipFp); in addRecompress()
722 mEOCD.mCentralDirOffset = endPosn; in addRecompress()