tag | line | file | source code |
LG | 65 | zBoot/unzip.c | if (inptr > insize || LG(h) != LOCSIG) { |
LG | 109 | zBoot/unzip.c | orig_crc = LG(inbuf + LOCCRC); |
LG | 110 | zBoot/unzip.c | orig_len = LG(inbuf + LOCLEN); |
LG | 126 | zBoot/unzip.c | register ulg n = LG(inbuf + LOCLEN); |
LG | 128 | zBoot/unzip.c | if (n != LG(inbuf + LOCSIZ) - (decrypt ? RAND_HEAD_LEN : 0)) { |
LG | 151 | zBoot/unzip.c | orig_crc = LG(buf); |
LG | 152 | zBoot/unzip.c | orig_len = LG(buf+4); |
LG | 163 | zBoot/unzip.c | orig_crc = LG(buf+4); |
LG | 164 | zBoot/unzip.c | orig_len = LG(buf+12); |
LG | 176 | zBoot/unzip.c | if (pkzip && inptr + 4 < insize && LG(inbuf+inptr) == LOCSIG) { |