Searched refs:LOCHDR (Results 1 – 4 of 4) sorted by relevance
46 static final int LOCHDR = 30; // LOC header size field
286 readFully(tmpbuf, 0, LOCHDR); in readLOC()
48 #define LOCHDR 30 macro
1333 unsigned char loc[LOCHDR]; in ZIP_GetEntryDataOffset()1334 if (readFullyAt(zip->zfd, loc, LOCHDR, -(entry->pos)) == -1) { in ZIP_GetEntryDataOffset()1346 entry->pos = (- entry->pos) + LOCHDR + LOCNAM(loc) + LOCEXT(loc); in ZIP_GetEntryDataOffset()