Searched refs:nCountTmp (Results 1 – 2 of 2) sorted by relevance
142 sal_uInt32 nCountTmp = getU16(nResult); in get_upxstart() local144 nResult += 4 + nCountTmp * 2; in get_upxstart()
1805 sal_Size nCountTmp = GetData( pRWBuf, nBufSize ); in Read() local1807 EncryptBuffer(pRWBuf, nCountTmp); in Read()1808 nBufActualLen = (sal_uInt16)nCountTmp; in Read()1809 if( nCount > nCountTmp ) in Read()1811 nCount = nCountTmp; // zurueckstutzen, Eof siehe unten in Read()
Completed in 27 milliseconds