Searched refs:cenpos (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c294 jint endpos, locpos, cenpos, cenoff, cenlen; local
319 cenpos = endpos - cenlen;
325 if (cenoff < 0 || cenoff > cenpos)
330 locpos = cenpos - cenoff;
344 if (lseek(zip->fd, cenpos, SEEK_SET) == -1)
449 zc->cenpos = cenpos + (cp - cenbuf);
492 return cenpos;
669 int off = CENHDR + zc->nelen - zc->elen + zc->cenpos;
H A Dzip_util.h171 jint cenpos; /* Offset of file headers in CEN */ member in struct:jzcell

Completed in 24 milliseconds