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

/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c280 static jboolean verifyEND(jzfile *zip, jlong endpos, char *endbuf) { argument
287 jlong cenpos = endpos - ENDSIZ(endbuf);
288 jlong locpos = cenpos - ENDOFF(endbuf);
300 * the END header will be read and placed in endbuf. Returns the file
305 findEND(jzfile *zip, void *endbuf) argument
339 memcpy(endbuf, buf + i, ENDHDR);
341 clen = ENDCOM(endbuf);
557 unsigned char endbuf[ENDHDR]; local
565 if ((endpos = findEND(zip, endbuf)) == -1)
572 cenlen = ENDSIZ(endbuf);
[all...]

Completed in 33 milliseconds