Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c289 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND() local
292 locpos >= 0 && in verifyEND()
295 readFullyAt(zip->zfd, buf, sizeof(buf), locpos) != -1 && in verifyEND()
606 zip->locpos = cenpos - cenoff; in readCEN()
607 if (zip->locpos < 0) { in readCEN()
1061 ze->pos = -(zip->locpos + locoff); in newEntry()
1100 ze->pos = -(zip->locpos + LL(extra, off)); in newEntry()
Dzip_util.h236 jlong locpos; /* position of first LOC header (usually 0) */ member