Searched refs:Read4 (Results 1 – 4 of 4) sorted by relevance
69 int num_chunks = Read4(header+8); in ApplyImagePatch()78 int type = Read4(patch->data + pos); in ApplyImagePatch()107 ssize_t data_len = Read4(raw_header); in ApplyImagePatch()133 int level = Read4(deflate_header+40); in ApplyImagePatch()134 int method = Read4(deflate_header+44); in ApplyImagePatch()135 int windowBits = Read4(deflate_header+48); in ApplyImagePatch()136 int memLevel = Read4(deflate_header+52); in ApplyImagePatch()137 int strategy = Read4(deflate_header+56); in ApplyImagePatch()
27 int Read4(void* p);
47 int Read4(void* pv) { in Read4() function
221 int cdoffset = Read4(img+i+16); in ReadZip()234 int clen = Read4(cd+20); // compressed len in ReadZip()235 int ulen = Read4(cd+24); // uncompressed len in ReadZip()239 int hoffset = Read4(cd+42); // local header offset in ReadZip()506 size_t footer_size = Read4(p-4); in ReadImage()