Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c418 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()
457 php_stream_seek(fp, entry.header_offset, SEEK_SET); in phar_parse_zipfile()
473 entry.offset = entry.offset_abs = entry.header_offset in phar_parse_zipfile()
478 entry.offset = entry.offset_abs = entry.header_offset in phar_parse_zipfile()
503 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()
1052 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1053 …offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply_int()
H A Dphar.c2398 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file()
2409 entry->header_offset + sizeof(local) + in phar_postprocess_file()
2433 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l… in phar_postprocess_file()
2840 ZEND_ASSERT(entry->header_offset == 0); in phar_flush()
2841 entry->header_offset = php_stream_tell(entry->cfp); in phar_flush()
2868 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush()
3045 php_stream_seek(file, entry->header_offset, SEEK_SET); in phar_flush()
3092 entry->header_offset = 0; in phar_flush()
3252 entry->header_offset = 0; in phar_flush()
H A Dphar_internal.h247 zend_long header_offset; member
H A Dtar.c795 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()

Completed in 25 milliseconds