Home | History | Annotate | Download | only in minzip

Lines Matching refs:get4LE

199     val = get4LE(pArchive->addr);
215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG)
230 cdOffset = get4LE(ptr + ENDOFF);
259 if (get4LE(ptr) != CENSIG) {
264 localHdrOffset = get4LE(ptr + CENOFF);
337 pEntry->compLen = get4LE(ptr + CENSIZ);
338 pEntry->uncompLen = get4LE(ptr + CENLEN);
340 pEntry->modTime = get4LE(ptr + CENTIM);
341 pEntry->crc32 = get4LE(ptr + CENCRC);
353 pEntry->externalFileAttributes = get4LE(ptr + CENATX);
367 if (get4LE(localHdr) != LOCSIG) {