Home
last modified time | relevance | path

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

/AOO41X/main/package/source/zipapi/
H A DZipFile.cxx694 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC() local
699 aGrabber >> nTestSig; in readLOC()
701 if (nTestSig != LOCSIG) in readLOC()
881 sal_Int32 nTestSig; in readCEN() local
887 aMemGrabber >> nTestSig; in readCEN()
888 if ( nTestSig != CENSIG ) in readCEN()