Home
last modified time | relevance | path

Searched refs:header_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/phar/
H A Dzip.c391 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()
443 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()
451 …php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR… in phar_parse_zipfile()
597 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()
1017 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1018 …offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply_int()
H A Dphar.c2364 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file()
2375 entry->header_offset + sizeof(local) + in phar_postprocess_file()
2399 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()
2819 ZEND_ASSERT(entry->header_offset == 0); in phar_flush()
2820 entry->header_offset = php_stream_tell(entry->cfp); in phar_flush()
2847 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush()
3022 php_stream_seek(file, entry->header_offset, SEEK_SET); in phar_flush()
3069 entry->header_offset = 0; in phar_flush()
3228 entry->header_offset = 0; in phar_flush()
H A Dphar_internal.h236 zend_long header_offset; member
H A Dtar.c805 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()

Completed in 45 milliseconds