header_offset 2360 ext/phar/phar.c php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); header_offset 2371 ext/phar/phar.c entry->header_offset + sizeof(local) + header_offset 2395 ext/phar/phar.c sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len); header_offset 254 ext/phar/phar_internal.h zend_long header_offset; header_offset 781 ext/phar/tar.c entry->header_offset = php_stream_tell(fp->new); header_offset 363 ext/phar/zip.c entry.header_offset = PHAR_GET_32(zipentry.offset); header_offset 410 ext/phar/zip.c php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); header_offset 418 ext/phar/zip.c php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); header_offset 563 ext/phar/zip.c sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); header_offset 977 ext/phar/zip.c entry->header_offset = php_stream_tell(p->filefp); header_offset 978 ext/phar/zip.c offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + sizeof(perms);