Searched refs:LOCSIG (Results 1 – 6 of 6) sorted by relevance
38 static long LOCSIG = 0x04034b50L; // "PK\003\004" field
300 if (get32(tmpbuf, 0) != LOCSIG) { in readLOC()
393 writeInt(LOCSIG); // LOC header signature in writeLOC()
168 public static final long LOCSIG = 67324752L; // 0x4034b50L field in ZipEntry
36 #define LOCSIG 0x04034b50L /* "PK\003\004" */ macro
286 GETSIG(buf) == LOCSIG); in verifyEND()877 if (GETSIG(errbuf) == LOCSIG) in ZIP_Put_In_Cache0()1337 if (GETSIG(loc) != LOCSIG) { in ZIP_GetEntryDataOffset()