Home | History | Annotate | Download | only in applypatch

Lines Matching refs:lh

251     unsigned char* lh = img + hoffset;
253 if (!(lh[0] == 0x50 && lh[1] == 0x4b && lh[2] == 0x03 && lh[3] == 0x04)) {
258 if (Read2(lh+26) != nlen || memcmp(lh+30, filename, nlen) != 0) {
263 xlen = Read2(lh+28); // extra field len; might be different from CD entry?