Home | History | Annotate | Download | only in minzip

Lines Matching defs:LOCSIG

67     LOCSIG = 0x04034b50,      // PK34
196 * signature for the first file (LOCSIG) or, if the archive doesn't
203 } else if (val != LOCSIG) {
367 if (get4LE(localHdr) != LOCSIG) {