Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c599 unsigned char *cenend; in readCEN() local
694 cenend = cenbuf + cenlen; in readCEN()
720 for (i = 0, cp = cenbuf; cp <= cenend - CENHDR; i++, cp += CENSIZE(cp)) { in readCEN()
731 cenpos = readCEN(env, thiz, zip, countCENHeaders(cenbuf, cenend)); in readCEN()
750 if (cp + CENHDR + nlen > cenend) { in readCEN()
803 if (cp != cenend) { in readCEN()