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.cxx942 const sal_Int8* pCommentStart = aMemGrabber.getCurrentPos(); in readCEN() local
943 for ( const sal_Int8* pCommentEnd = pCommentStart + nCommentLen; in readCEN()
944 pCommentEnd >= ( pCommentStart + 76 ); in readCEN()
962 ( pCommentStart[n32] == 0x50 ) && in readCEN()
963 ( pCommentStart[n32 + 1] == 0x4b ) && in readCEN()
964 ( pCommentStart[n32 + 2] == 0x06 ) && in readCEN()
965 ( pCommentStart[n32 + 3] == 0x06 ) ) { in readCEN()