header_offset    2407 ext/phar/phar.c 		php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC), entry->header_offset, SEEK_SET);
header_offset    2418 ext/phar/phar.c 					entry->header_offset + sizeof(local) +
header_offset    2442 ext/phar/phar.c 			sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len);
header_offset     258 ext/phar/phar_internal.h 	long                     header_offset;
header_offset     784 ext/phar/tar.c 	entry->header_offset = php_stream_tell(fp->new);
header_offset     375 ext/phar/zip.c 		entry.header_offset = PHAR_GET_32(zipentry.offset);
header_offset     422 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL);
header_offset     430 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     582 ext/phar/zip.c 				sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len);
header_offset     958 ext/phar/zip.c 	entry->header_offset = php_stream_tell(p->filefp);
header_offset     959 ext/phar/zip.c 	offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + sizeof(perms);