Searched refs:endbuf (Results 1 – 1 of 1) sorted by relevance
271 static jboolean verifyEND(jzfile *zip, jlong endpos, char *endbuf) { in verifyEND() argument278 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND()279 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND()296 findEND(jzfile *zip, void *endbuf) in findEND() argument331 memcpy(endbuf, buf + i, ENDHDR); in findEND()333 clen = ENDCOM(endbuf); in findEND()561 unsigned char endbuf[ENDHDR]; in readCEN() local569 if ((endpos = findEND(zip, endbuf)) == -1) in readCEN()576 cenlen = ENDSIZ(endbuf); in readCEN()577 cenoff = ENDOFF(endbuf); in readCEN()[all …]