Home
last modified time | relevance | path

Searched refs:updateSegment (Results 1 – 4 of 4) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx63 void SAL_CALL CRC32::updateSegment(const Sequence< sal_Int8 > &b, in updateSegment() function in CRC32
86 updateSegment ( aSeq, 0, nLength ); in updateStream()
H A DZipFile.cxx1046 aCRC.updateSegment( aBuffer, 0, ::std::min( nBlockSize, nSize - ind * nBlockSize ) ); in getCRC()
1075 aCRC.updateSegment( aData, 0, nLastInflated ); in getSizeAndCRC()
H A DZipOutputStream.cxx203 aCRC.updateSegment(rBuffer, nNewOffset, nNewLength); in write()
/trunk/main/package/inc/
H A DCRC32.hxx42 …void SAL_CALL updateSegment(const ::com::sun::star::uno::Sequence< sal_Int8 > &b, sal_Int32 off, s…

Completed in 110 milliseconds