Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dstream.c232 idata->phar->is_modified = 1; in phar_wrapper_open_url()
453 data->internal_file->is_modified = 1; in phar_stream_write()
467 if (data->internal_file->is_modified) { in phar_stream_flush()
743 int is_modified = 0; in phar_wrapper_rename() local
864 is_modified = 1; in phar_wrapper_rename()
865 entry->is_modified = 1; in phar_wrapper_rename()
901 is_modified = 1; in phar_wrapper_rename()
902 entry->is_modified = 1; in phar_wrapper_rename()
952 if (is_modified) { in phar_wrapper_rename()
H A Dutil.c409 if (entry->is_modified && !for_write) { in phar_get_entry_data()
580 etemp.is_modified = 1; in phar_get_or_create_entry_data()
660 dest->is_modified = 1; in phar_copy_entry_fp()
704 if (entry->is_modified) { in phar_open_entry_fp()
811 entry->is_modified = 1; in phar_create_writeable_entry()
812 phar->is_modified = 1; in phar_create_writeable_entry()
844 entry->is_modified = 1; in phar_create_writeable_entry()
845 phar->is_modified = 1; in phar_create_writeable_entry()
898 entry->is_modified = 1; in phar_separate_entry_fp()
1182 if (entry->is_modified) { in phar_decompress_filter()
H A Dphar_object.c2385 newentry.is_modified = 1; in phar_convert_to_other()
2702 entry->is_modified = 1; in PHP_METHOD()
3216 entry->is_modified = 1; in phar_set_compression()
3440 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3484 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3588 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3881 entry->is_modified = 0; in PHP_METHOD()
4757 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4861 entry_obj->entry->is_modified = 1; in PHP_METHOD()
5094 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c849 if (entry->is_modified) { in phar_zip_changed_apply_int()
855 entry->is_modified = 0; in phar_zip_changed_apply_int()
944 entry->is_modified = 1; in phar_zip_changed_apply_int()
1031 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1057 entry->is_modified = 0; in phar_zip_changed_apply_int()
1059 entry->is_modified = 0; in phar_zip_changed_apply_int()
1145 entry.is_modified = 1; in phar_zip_applysignature()
1200 entry.is_modified = 1; in phar_zip_flush()
H A Dtar.c821 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
834 entry->is_modified = 0; in phar_tar_writeheaders_int()
876 entry->is_modified = 1; in phar_tar_setmetadata()
913 if (!entry->is_modified) { in phar_tar_setupmetadata()
961 entry.is_modified = 1; in phar_tar_flush()
H A Dphar_internal.h258 unsigned int is_modified:1; member
306 unsigned int is_modified:1; member
H A Ddirstream.c514 entry.is_modified = 1; in phar_wrapper_mkdir()
654 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar.c2699 if (!entry->is_modified && entry->fp_refcount) {
2738 if ((oldfile && !entry->is_modified) || entry->is_dir) {
2841 entry->is_modified = 1;
3070 entry->is_modified = 0;

Completed in 83 milliseconds