Searched refs:mlen (Results 1 – 3 of 3) sorted by relevance
215 jlong mlen; /* length (in bytes) mmaped */ member
254 munmap((char *)zip->maddr, zip->mlen); in freeZip()631 zip->mlen = cenpos - offset + cenlen + endhdrlen; in readCEN()633 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset); in readCEN()
422 int[] mlen = isLeap ? LEAP : NORMAL; in getOffset() local424 calc += mlen[month] * MILLISECONDS_PER_DAY; in getOffset()