Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c279 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND() local
282 locpos >= 0 && in verifyEND()
285 readFullyAt(zip->zfd, buf, sizeof(buf), locpos) != -1 && in verifyEND()
598 zip->locpos = cenpos - cenoff; in readCEN()
599 if (zip->locpos < 0) { in readCEN()
1059 ze->pos = -(zip->locpos + locoff); in newEntry()
1099 ze->pos = -(zip->locpos + LL(extra, off)); in newEntry()
Dzip_util.h238 jlong locpos; /* position of first LOC header (usually 0) */ member