Searched refs:header_offset (Results 1 – 4 of 4) sorted by relevance
375 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()420 phar_stream_copy_to_stream(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()428 …php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR… in phar_parse_zipfile()580 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()966 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply()967 …offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply()
272 long header_offset; member
2425 …php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC), entry->header_offset, SEEK_SET);2436 entry->header_offset + sizeof(local) +2460 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…
762 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders()
Completed in 38 milliseconds