eoffset           123 ext/phar/util.c 	zend_off_t temp, eoffset;
eoffset           141 ext/phar/util.c 	eoffset = phar_get_fp_offset(entry);
eoffset           145 ext/phar/util.c 			temp = eoffset + entry->uncompressed_filesize + offset;
eoffset           148 ext/phar/util.c 			temp = eoffset + position + offset;
eoffset           151 ext/phar/util.c 			temp = eoffset + offset;
eoffset           157 ext/phar/util.c 	if (temp > eoffset + (zend_off_t) entry->uncompressed_filesize) {
eoffset           161 ext/phar/util.c 	if (temp < eoffset) {