Searched refs:header_offset (Results 1 – 4 of 4) sorted by relevance
388 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()440 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()448 …php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR… in phar_parse_zipfile()587 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()1001 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()1002 …offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply_int()
2406 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file()2417 entry->header_offset + sizeof(local) + in phar_postprocess_file()2441 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()2853 ZEND_ASSERT(entry->header_offset == 0); in phar_flush()2854 entry->header_offset = php_stream_tell(entry->cfp); in phar_flush()2881 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush()3058 php_stream_seek(file, entry->header_offset, SEEK_SET); in phar_flush()3105 entry->header_offset = 0; in phar_flush()3266 entry->header_offset = 0; in phar_flush()
248 zend_long header_offset; member
803 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()
Completed in 35 milliseconds