Home
last modified time | relevance | path

Searched refs:compressed_filesize (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/phar/
H A Dzip.c369 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
882 entry->compressed_filesize = entry->uncompressed_filesize; in phar_zip_changed_apply()
927 entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp); in phar_zip_changed_apply()
928 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
929 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
938 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
939 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply()
1063 …ntry->is_dir && entry->compressed_filesize && SUCCESS != phar_stream_copy_to_stream(p->old, p->fil… in phar_zip_changed_apply()
1149 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_zip_applysignature()
1215 entry.uncompressed_filesize = entry.compressed_filesize = phar->alias_len; in phar_zip_flush()
[all …]
H A Dphar.c1105 PHAR_GET_32(buffer, entry.compressed_filesize);
1129 offset += entry.compressed_filesize;
1159 if (entry.uncompressed_filesize != entry.compressed_filesize) {
2442 entry->compressed_filesize, SEEK_SET);
2456 …->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compressed_filesize != PHAR_ZIP…
2852 entry->compressed_filesize = entry->uncompressed_filesize;
2913 entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp);
3043 phar_set_32(entry_buffer+8, entry->compressed_filesize);
3108 offset += entry->compressed_filesize;
3109 if (phar_stream_copy_to_stream(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) {
H A Dtar.c255 size = entry.uncompressed_filesize = entry.compressed_filesize = in phar_parse_tarfile()
840 entry->uncompressed_filesize = entry->compressed_filesize = entry->metadata_str.len; in phar_tar_setmetadata()
1063 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_tar_flush()
1219 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_tar_flush()
H A Dstream.c214 && idata->internal_file->compressed_filesize == 0 in phar_wrapper_open_url()
266 entry->compressed_filesize = entry->uncompressed_filesize = phar->halt_offset; in phar_wrapper_open_url()
447 data->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize; in phar_stream_write()
H A Dutil.c243 entry.uncompressed_filesize = entry.compressed_filesize = ssb.sb.st_size; in phar_mount_entry()
1006 …stream_copy_to_stream(phar_get_entrypfp(entry TSRMLS_CC), ufp, entry->compressed_filesize, NULL)) { in phar_open_entry_fp()
1081 entry->compressed_filesize = 0; in phar_create_writeable_entry()
1114 entry->compressed_filesize = 0; in phar_create_writeable_entry()
H A Dphar_internal.h256 php_uint32 compressed_filesize; member
H A Dphar_object.c1777 data->internal_file->uncompressed_filesize = data->internal_file->compressed_filesize =
1795 …data->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_l…
3738 …data->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_l…
4585 RETURN_LONG(entry_obj->ent.entry->compressed_filesize);

Completed in 50 milliseconds