Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dzip.c375 entry.header_offset = PHAR_GET_32(zipentry.offset); in phar_parse_zipfile()
422 phar_stream_copy_to_stream(fp, sigfile, entry.header_offset, NULL); in phar_parse_zipfile()
430 …php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR… in phar_parse_zipfile()
582 …sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_le… in phar_parse_zipfile()
958 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply()
959 …offset = entry->header_offset + sizeof(local) + entry->filename_len + (entry->is_dir ? 1 : 0) + si… in phar_zip_changed_apply()
H A Dphar_internal.h274 long header_offset; member
H A Dphar.c2428 …php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC), entry->header_offset, SEEK_SET);
2439 entry->header_offset + sizeof(local) +
2463 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…
H A Dtar.c782 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders()

Completed in 35 milliseconds