PHAR_SET_32      1240 ext/phar/tar.c 		PHAR_SET_32(sigbuf, phar->sig_flags);
PHAR_SET_32      1241 ext/phar/tar.c 		PHAR_SET_32(sigbuf + 4, signature_length);
PHAR_SET_32       828 ext/phar/zip.c 		PHAR_SET_32(perms.crc32, ~crc);
PHAR_SET_32       847 ext/phar/zip.c 	PHAR_SET_32(central.offset, php_stream_tell(p->filefp));
PHAR_SET_32       889 ext/phar/zip.c 		PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       890 ext/phar/zip.c 		PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       895 ext/phar/zip.c 			PHAR_SET_32(central.compsize, entry->uncompressed_filesize);
PHAR_SET_32       896 ext/phar/zip.c 			PHAR_SET_32(local.compsize, entry->uncompressed_filesize);
PHAR_SET_32       940 ext/phar/zip.c 		PHAR_SET_32(central.compsize, entry->compressed_filesize);
PHAR_SET_32       941 ext/phar/zip.c 		PHAR_SET_32(local.compsize, entry->compressed_filesize);
PHAR_SET_32       948 ext/phar/zip.c 		PHAR_SET_32(central.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       949 ext/phar/zip.c 		PHAR_SET_32(local.uncompsize, entry->uncompressed_filesize);
PHAR_SET_32       950 ext/phar/zip.c 		PHAR_SET_32(central.compsize, entry->compressed_filesize);
PHAR_SET_32       951 ext/phar/zip.c 		PHAR_SET_32(local.compsize, entry->compressed_filesize);
PHAR_SET_32       960 ext/phar/zip.c 	PHAR_SET_32(central.crc32, entry->crc32);
PHAR_SET_32       961 ext/phar/zip.c 	PHAR_SET_32(local.crc32, entry->crc32);
PHAR_SET_32      1152 ext/phar/zip.c 		PHAR_SET_32(sigbuf, phar->sig_flags);
PHAR_SET_32      1153 ext/phar/zip.c 		PHAR_SET_32(sigbuf + 4, signature_length);
PHAR_SET_32      1469 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_size, cdir_size);
PHAR_SET_32      1470 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_offset, cdir_offset);