HomeSort by relevance Sort by last modified time
    Searched full:cenend (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/native/
zip_util.c 551 unsigned char *cenend; local
647 cenend = cenbuf + cenlen;
669 for (i = 0, cp = cenbuf; cp <= cenend - CENHDR; i++, cp += CENSIZE(cp)) {
678 cenpos = readCEN(zip, countCENHeaders(cenbuf, cenend));
694 if (cp + CENHDR + nlen > cenend) {
739 if (cp != cenend) {
    [all...]

Completed in 83 milliseconds