Searched defs:nelen (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.h165 unsigned short nelen; /* length of name and extra data */ member in struct:jzcell
H A Dzip_util.c447 zc->nelen = nlen + elen;
629 jint nelen = zc->nelen; local
640 locbuf = malloc(LOCHDR + nelen);
642 if (readFully(zip->fd, locbuf, LOCHDR+nelen) == -1)
669 int off = CENHDR + zc->nelen - zc->elen + zc->cenpos;

Completed in 207 milliseconds