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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c189 jint clen = ENDCOM(bp); local
190 if (endpos + ENDHDR + clen == len)
196 if (clen > 0)
198 zip->comment = malloc(clen + 1);
201 if (readFully(zip->fd, zip->comment, clen) == -1)
207 zip->comment[clen] = '\0';
382 int method, nlen, clen, elen, hsh; local
412 clen = CENCOM(cp);
413 if ((cp - cenbuf) + CENHDR + nlen + clen + elen > cenlen)
460 if (clen >
[all...]

Completed in 70 milliseconds