Searched refs:header_offset (Results 1 – 4 of 4) sorted by relevance
363 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()409 php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()417 …php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR… in phar_parse_zipfile()562 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()976 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()977 …offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply_int()
243 zend_long header_offset; member
2356 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET);2367 entry->header_offset + sizeof(local) +2391 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…
786 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()
Completed in 23 milliseconds