Searched refs:clen (Results 1 - 2 of 2) 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...]
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DObjectAnalyzer.java517 int clen = fi.className.length();
520 if(clen > classNameLength) classNameLength = clen;

Completed in 20 milliseconds