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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c628 unsigned char *locbuf; local
640 locbuf = malloc(LOCHDR + nelen);
642 if (readFully(zip->fd, locbuf, LOCHDR+nelen) == -1)
645 free(locbuf);
650 if (GETSIG(locbuf) != LOCSIG)
653 free(locbuf);
658 nlen = LOCNAM(locbuf);
659 elen = LOCEXT(locbuf);
663 memcpy(ze->name, locbuf+LOCHDR, nlen);
679 free(locbuf);
[all...]

Completed in 481 milliseconds