Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c414 entry.compressed_filesize = PHAR_GET_32(zipentry.compsize); in phar_parse_zipfile()
979 entry->compressed_filesize = entry->uncompressed_filesize; in phar_zip_changed_apply_int()
1024 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
1025 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1026 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1035 PHAR_SET_32(central.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1036 PHAR_SET_32(local.compsize, entry->compressed_filesize); in phar_zip_changed_apply_int()
1151 …try->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->fi… in phar_zip_changed_apply_int()
1239 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_zip_applysignature()
1300 entry.uncompressed_filesize = entry.compressed_filesize = phar->alias_len; in phar_zip_flush()
[all …]
H A Dphar.c1174 PHAR_GET_32(buffer, entry.compressed_filesize); in phar_parse_pharfile()
1196 offset += entry.compressed_filesize; in phar_parse_pharfile()
1214 if (entry.uncompressed_filesize != entry.compressed_filesize) { in phar_parse_pharfile()
2409 entry->compressed_filesize, SEEK_SET); in phar_postprocess_file()
2423 …->uncompressed_filesize != PHAR_ZIP_32(local.uncompsize) || entry->compressed_filesize != PHAR_ZIP… in phar_postprocess_file()
2769 entry->compressed_filesize = entry->uncompressed_filesize; in phar_flush_ex()
2836 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush_ex()
2965 phar_set_32(entry_buffer+8, entry->compressed_filesize); in phar_flush_ex()
3041 offset += entry->compressed_filesize; in phar_flush_ex()
3042 if (php_stream_copy_to_stream_ex(file, newfile, entry->compressed_filesize, &wrote) == FAILURE) { in phar_flush_ex()
H A Dtar.c275 size = entry.uncompressed_filesize = entry.compressed_filesize = in phar_parse_tarfile()
878 …entry->uncompressed_filesize = entry->compressed_filesize = serialized_str ? ZSTR_LEN(serialized_s… in phar_tar_setmetadata()
1071 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_tar_flush()
1222 entry.uncompressed_filesize = entry.compressed_filesize = signature_length + 8; in phar_tar_flush()
H A Dstream.c215 && idata->internal_file->compressed_filesize == 0 in phar_wrapper_open_url()
274 entry->compressed_filesize = entry->uncompressed_filesize = phar->halt_offset; in phar_wrapper_open_url()
458 data->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize; in phar_stream_write()
H A Dutil.c250 entry.uncompressed_filesize = entry.compressed_filesize = ssb.sb.st_size; in phar_mount_entry()
377 entry->compressed_filesize = 0; in phar_create_writeable_entry()
410 entry->compressed_filesize = 0; in phar_create_writeable_entry()
928 …!= php_stream_copy_to_stream_ex(phar_get_entrypfp(entry), ufp, entry->compressed_filesize, NULL)) { in phar_open_entry_fp()
H A Dphar_internal.h200 uint32_t compressed_filesize; member
H A Dphar_object.c1674 data->internal_file->uncompressed_filesize = data->internal_file->compressed_filesize = in phar_build()
1702 …data->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_l… in phar_build()
3667 …data->internal_file->compressed_filesize = data->internal_file->uncompressed_filesize = contents_l… in phar_add_file()
4545 RETURN_LONG(entry_obj->entry->compressed_filesize); in PHP_METHOD()

Completed in 40 milliseconds