Lines Matching refs:PHAR_GET_32
25 #define PHAR_GET_32(var) ((uint32_t)((((uint32_t)var[0]) & 0xff) | \ macro
73 entry->timestamp = PHAR_GET_32(h.time.time); in phar_zip_process_extra()
336 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
414 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
415 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
416 entry.crc32 = PHAR_GET_32(zipentry.crc32); in phar_parse_zipfile()
420 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()
507 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
509 php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile()
521 mydata->sig_flags = PHAR_GET_32(sig); in phar_parse_zipfile()
636 ….crc32 != PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize)… in phar_parse_zipfile()