Searched refs:updateSegment (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/package/source/zipapi/ |
H A D | CRC32.cxx | 63 void SAL_CALL CRC32::updateSegment(const Sequence< sal_Int8 > &b, in updateSegment() function in CRC32 86 updateSegment ( aSeq, 0, nLength ); in updateStream()
|
H A D | ZipFile.cxx | 1046 aCRC.updateSegment( aBuffer, 0, ::std::min( nBlockSize, nSize - ind * nBlockSize ) ); in getCRC() 1075 aCRC.updateSegment( aData, 0, nLastInflated ); in getSizeAndCRC()
|
H A D | ZipOutputStream.cxx | 203 aCRC.updateSegment(rBuffer, nNewOffset, nNewLength); in write()
|
/aoo41x/main/package/inc/ |
H A D | CRC32.hxx | 42 …void SAL_CALL updateSegment(const ::com::sun::star::uno::Sequence< sal_Int8 > &b, sal_Int32 off, s…
|
Completed in 17 milliseconds