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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c296 unsigned char endbuf[ENDHDR], *cenbuf, *cp; local
348 cenbuf = malloc(cenlen);
349 if (cenbuf == 0)
352 if (readFully(zip->fd, cenbuf, cenlen) == -1)
354 free(cenbuf);
361 free(cenbuf);
370 free(cenbuf);
379 for (count = 0, cp = cenbuf; count < total; count++)
385 if ((cp - cenbuf) + CENHDR > cenlen)
413 if ((cp - cenbuf)
[all...]

Completed in 469 milliseconds