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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c144 * the END header will be read and placed in endbuf. Returns the file
148 static jint findEND(jzfile *zip, void *endbuf) argument
193 memcpy(endbuf, bp, ENDHDR);
296 unsigned char endbuf[ENDHDR], *cenbuf, *cp; local
307 endpos = findEND(zip, endbuf);
313 cenlen = ENDSIZ(endbuf);
324 cenoff = ENDOFF(endbuf);
332 total = zip->total = ENDTOT(endbuf);

Completed in 865 milliseconds