Home
last modified time | relevance | path

Searched refs:is_modified (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/phar/
H A Dstream.c230 idata->phar->is_modified = 1; in phar_wrapper_open_url()
462 data->internal_file->is_modified = 1; in phar_stream_write()
476 if (data->internal_file->is_modified) { in phar_stream_flush()
752 int is_modified = 0; in phar_wrapper_rename() local
875 is_modified = 1; in phar_wrapper_rename()
876 entry->is_modified = 1; in phar_wrapper_rename()
912 is_modified = 1; in phar_wrapper_rename()
913 entry->is_modified = 1; in phar_wrapper_rename()
961 if (is_modified) { in phar_wrapper_rename()
H A Dutil.c415 if (entry->is_modified && !for_write) { in phar_get_entry_data()
586 etemp.is_modified = 1; in phar_get_or_create_entry_data()
666 dest->is_modified = 1; in phar_copy_entry_fp()
710 if (entry->is_modified) { in phar_open_entry_fp()
817 entry->is_modified = 1; in phar_create_writeable_entry()
818 phar->is_modified = 1; in phar_create_writeable_entry()
850 entry->is_modified = 1; in phar_create_writeable_entry()
851 phar->is_modified = 1; in phar_create_writeable_entry()
904 entry->is_modified = 1; in phar_separate_entry_fp()
1188 if (entry->is_modified) { in phar_decompress_filter()
H A Dphar_object.c2303 newentry.is_modified = 1; in phar_convert_to_other()
2630 entry->is_modified = 1; in PHP_METHOD()
3129 entry->is_modified = 1; in phar_set_compression()
3352 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3396 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3491 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3786 entry->is_modified = 0; in PHP_METHOD()
4646 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4741 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4969 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c907 if (entry->is_modified) { in phar_zip_changed_apply_int()
912 entry->is_modified = 0; in phar_zip_changed_apply_int()
999 entry->is_modified = 1; in phar_zip_changed_apply_int()
1078 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1104 entry->is_modified = 0; in phar_zip_changed_apply_int()
1106 entry->is_modified = 0; in phar_zip_changed_apply_int()
1188 entry.is_modified = 1; in phar_zip_applysignature()
1240 entry.is_modified = 1; in phar_zip_flush()
H A Dtar.c831 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
844 entry->is_modified = 0; in phar_tar_writeheaders_int()
883 entry->is_modified = 1; in phar_tar_setmetadata()
920 if (!entry->is_modified) { in phar_tar_setupmetadata()
969 entry.is_modified = 1; in phar_tar_flush()
H A Ddirstream.c500 entry.is_modified = 1; in phar_wrapper_mkdir()
640 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar_internal.h262 uint32_t is_modified:1; member
309 uint32_t is_modified:1; member
H A Dphar.c2737 if (!entry->is_modified && entry->fp_refcount) { in phar_flush()
2771 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush()
2876 entry->is_modified = 1; in phar_flush()
3093 entry->is_modified = 0; in phar_flush()

Completed in 53 milliseconds