Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c555 unsigned char *cenend; in readCEN() local
651 cenend = cenbuf + cenlen; in readCEN()
676 for (i = 0, cp = cenbuf; cp <= cenend - CENHDR; i++, cp += CENSIZE(cp)) { in readCEN()
685 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend)); in readCEN()
701 if (cp + CENHDR + nlen > cenend) { in readCEN()
746 if (cp != cenend) { in readCEN()