Searched refs:LOCSIG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfunzip.c134 #define LOCSIG 0x04034b50L /* full signature */ macro
541 if (!g && fread((char *)h, 1, 4, G.in) == 4 && LG(h) == LOCSIG)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c69 #define LOCSIG 0x04034b50L macro
1931 if (fread(b+1, 3, 1, f) != 1 || (s = LG(b)) == LOCSIG)
1934 if (fread(b+1, 3, 1, f) != 1 || (s = LG(b)) == LOCSIG || s == ENDSIG)
1954 while (LG(b) == LOCSIG)
2103 if (fread(b+1, 3, 1, f) != 1 || (s = LG(b)) == LOCSIG || s == CENSIG)
2116 /* next LOCSIG already read at this point, don't read it again: */
2705 if (LG(b) == LOCSIG) {
5421 append_ulong_to_mem(LOCSIG, &block, &offset, &blocksize); /* local file header signature */

Completed in 138 milliseconds