Home
last modified time | relevance | path

Searched refs:endbuf (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
Dzip_util.c271 static jboolean verifyEND(jzfile *zip, jlong endpos, char *endbuf) { in verifyEND() argument
278 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND()
279 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND()
296 findEND(jzfile *zip, void *endbuf) in findEND() argument
331 memcpy(endbuf, buf + i, ENDHDR); in findEND()
333 clen = ENDCOM(endbuf); in findEND()
561 unsigned char endbuf[ENDHDR]; in readCEN() local
569 if ((endpos = findEND(zip, endbuf)) == -1) in readCEN()
576 cenlen = ENDSIZ(endbuf); in readCEN()
577 cenoff = ENDOFF(endbuf); in readCEN()
[all …]