Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx926 const sal_Int8* pCommentStart = aMemGrabber.getCurrentPos(); in readCEN() local
927 for ( const sal_Int8* pCommentEnd = pCommentStart + nCommentLen; in readCEN()
928 pCommentEnd >= ( pCommentStart + 76 ); in readCEN()
946 ( pCommentStart[n32] == 0x50 ) && in readCEN()
947 ( pCommentStart[n32 + 1] == 0x4b ) && in readCEN()
948 ( pCommentStart[n32 + 2] == 0x06 ) && in readCEN()
949 ( pCommentStart[n32 + 3] == 0x06 ) ) { in readCEN()