Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dstream.c233 idata->phar->is_modified = 1; in phar_wrapper_open_url()
454 data->internal_file->is_modified = 1; in phar_stream_write()
468 if (data->internal_file->is_modified) { in phar_stream_flush()
744 int is_modified = 0; in phar_wrapper_rename() local
865 is_modified = 1; in phar_wrapper_rename()
866 entry->is_modified = 1; in phar_wrapper_rename()
902 is_modified = 1; in phar_wrapper_rename()
903 entry->is_modified = 1; in phar_wrapper_rename()
953 if (is_modified) { in phar_wrapper_rename()
H A Dutil.c405 if (entry->is_modified && !for_write) { in phar_get_entry_data()
576 etemp.is_modified = 1; in phar_get_or_create_entry_data()
656 dest->is_modified = 1; in phar_copy_entry_fp()
700 if (entry->is_modified) { in phar_open_entry_fp()
807 entry->is_modified = 1; in phar_create_writeable_entry()
808 phar->is_modified = 1; in phar_create_writeable_entry()
840 entry->is_modified = 1; in phar_create_writeable_entry()
841 phar->is_modified = 1; in phar_create_writeable_entry()
894 entry->is_modified = 1; in phar_separate_entry_fp()
1178 if (entry->is_modified) { in phar_decompress_filter()
H A Dphar_object.c2347 newentry.is_modified = 1; in phar_convert_to_other()
2664 entry->is_modified = 1; in PHP_METHOD()
3165 entry->is_modified = 1; in phar_set_compression()
3389 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3433 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3534 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3835 entry->is_modified = 0; in PHP_METHOD()
4700 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4804 entry_obj->entry->is_modified = 1; in PHP_METHOD()
5037 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c890 if (entry->is_modified) { in phar_zip_changed_apply_int()
896 entry->is_modified = 0; in phar_zip_changed_apply_int()
985 entry->is_modified = 1; in phar_zip_changed_apply_int()
1072 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1098 entry->is_modified = 0; in phar_zip_changed_apply_int()
1100 entry->is_modified = 0; in phar_zip_changed_apply_int()
1186 entry.is_modified = 1; in phar_zip_applysignature()
1241 entry.is_modified = 1; in phar_zip_flush()
H A Dtar.c840 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
853 entry->is_modified = 0; in phar_tar_writeheaders_int()
895 entry->is_modified = 1; in phar_tar_setmetadata()
932 if (!entry->is_modified) { in phar_tar_setupmetadata()
981 entry.is_modified = 1; in phar_tar_flush()
H A Ddirstream.c514 entry.is_modified = 1; in phar_wrapper_mkdir()
654 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar_internal.h251 uint32_t is_modified:1; member
299 uint32_t is_modified:1; member
H A Dphar.c2703 if (!entry->is_modified && entry->fp_refcount) { in phar_flush()
2742 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush()
2850 entry->is_modified = 1; in phar_flush()
3065 entry->is_modified = 0; in phar_flush()

Completed in 40 milliseconds