Searched refs:get_u4le (Results 1 – 2 of 2) sorted by relevance
324 u4 signature = get_u4le(p); in ProcessNext()360 compressed_size_ = get_u4le(p); in ProcessLocalFileEntry()361 uncompressed_size_ = get_u4le(p); in ProcessLocalFileEntry()414 u4 signature = get_u4le(p); in ProcessLocalFileEntry()559 u4 signature = get_u4le(p); in ProcessCentralDirEntry()565 *compressed_size = get_u4le(p); in ProcessCentralDirEntry()566 *uncompressed_size = get_u4le(p); in ProcessCentralDirEntry()571 *attr = get_u4le(p); in ProcessCentralDirEntry()572 *offset = get_u4le(p); in ProcessCentralDirEntry()640 if (get_u4le(p) != END_OF_CENTRAL_DIR_SIGNATURE) { in FindZipCentralDirectory()[all …]
58 inline u4 get_u4le(const u1 *&p) { in get_u4le() function