Home
last modified time | relevance | path

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

/PHP-5.3/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()
422 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
424 phar_stream_copy_to_stream(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile()
436 mydata->sig_flags = PHAR_GET_32(sig); in phar_parse_zipfile()
565 php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET); in phar_parse_zipfile()
[all …]
H A Dphar.c503 # define PHAR_GET_32(buffer, var) \ macro
514 # define PHAR_GET_32(buffer, var) \ macro
613 PHAR_GET_32(*buffer, buf_len);
724 PHAR_GET_32(buffer, manifest_len);
740 PHAR_GET_32(buffer, manifest_count);
760 PHAR_GET_32(buffer, manifest_flags);
786 PHAR_GET_32(sig_ptr, sig_flags);
980 PHAR_GET_32(buffer, tmp_len);
1092 PHAR_GET_32(buffer, entry.timestamp);
1106 PHAR_GET_32(buffer, entry.crc32);
[all …]
H A Dtar.c279 # define PHAR_GET_32(buffer) \ in phar_parse_tarfile() macro
285 # define PHAR_GET_32(buffer) (php_uint32) *(buffer) in phar_parse_tarfile() macro
287 myphar->sig_flags = PHAR_GET_32(buf); in phar_parse_tarfile()

Completed in 21 milliseconds