PHAR_ZIP_16      2369 ext/phar/phar.c 		if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
PHAR_ZIP_16      2372 ext/phar/phar.c 					PHAR_ZIP_16(local.filename_len) +
PHAR_ZIP_16      2373 ext/phar/phar.c 					PHAR_ZIP_16(local.extra_len) +
PHAR_ZIP_16      2388 ext/phar/phar.c 		if (entry->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compressed_filesize != PHAR_ZIP_32(local.compsize)) {
PHAR_ZIP_16      2395 ext/phar/phar.c 			sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len);