Home
last modified time | relevance | path

Searched refs:PHAR_GET_32 (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/phar/
H A Dzip.c23 #define PHAR_GET_32(var) ((php_uint32)((((php_uint32)var[0]) & 0xff) | \ macro
290 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
369 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
370 entry.uncompressed_filesize = PHAR_GET_32(zipentry.uncompsize); in phar_parse_zipfile()
371 entry.crc32 = PHAR_GET_32(zipentry.crc32); in phar_parse_zipfile()
375 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()
424 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
426 phar_stream_copy_to_stream(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile()
438 mydata->sig_flags = PHAR_GET_32(sig); in phar_parse_zipfile()
567 php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET); in phar_parse_zipfile()
[all …]
H A Dphar.c501 # define PHAR_GET_32(buffer, var) \ macro
512 # define PHAR_GET_32(buffer, var) \ macro
713 PHAR_GET_32(buffer, manifest_len);
729 PHAR_GET_32(buffer, manifest_count);
775 PHAR_GET_32(sig_ptr, sig_flags);
969 PHAR_GET_32(buffer, tmp_len);
1023 PHAR_GET_32(buffer, len);
1028 PHAR_GET_32(buffer, len);
1100 PHAR_GET_32(buffer, entry.crc32);
1101 PHAR_GET_32(buffer, entry.flags);
[all …]
H A Dtar.c296 # define PHAR_GET_32(buffer) \ in phar_parse_tarfile() macro
302 # define PHAR_GET_32(buffer) (php_uint32) *(buffer) in phar_parse_tarfile() macro
304 myphar->sig_flags = PHAR_GET_32(buf); in phar_parse_tarfile()

Completed in 21 milliseconds