Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/
H A Dstream.c230 idata->phar->is_modified = 1; in phar_wrapper_open_url()
451 data->internal_file->is_modified = 1; in phar_stream_write()
465 if (data->internal_file->is_modified) { in phar_stream_flush()
741 int is_modified = 0; in phar_wrapper_rename() local
862 is_modified = 1; in phar_wrapper_rename()
863 entry->is_modified = 1; in phar_wrapper_rename()
899 is_modified = 1; in phar_wrapper_rename()
900 entry->is_modified = 1; in phar_wrapper_rename()
950 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.c2286 newentry.is_modified = 1; in phar_convert_to_other()
2614 entry->is_modified = 1; in PHP_METHOD()
3107 entry->is_modified = 1; in phar_set_compression()
3330 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3374 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3471 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3766 entry->is_modified = 0; in PHP_METHOD()
4626 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4721 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4949 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c885 if (entry->is_modified) { in phar_zip_changed_apply_int()
890 entry->is_modified = 0; in phar_zip_changed_apply_int()
977 entry->is_modified = 1; in phar_zip_changed_apply_int()
1056 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1082 entry->is_modified = 0; in phar_zip_changed_apply_int()
1084 entry->is_modified = 0; in phar_zip_changed_apply_int()
1166 entry.is_modified = 1; in phar_zip_applysignature()
1219 entry.is_modified = 1; in phar_zip_flush()
H A Dtar.c838 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
851 entry->is_modified = 0; in phar_tar_writeheaders_int()
890 entry->is_modified = 1; in phar_tar_setmetadata()
927 if (!entry->is_modified) { in phar_tar_setupmetadata()
976 entry.is_modified = 1; in phar_tar_flush()
H A Dphar_internal.h262 uint32_t is_modified:1; member
309 uint32_t is_modified:1; member
H A Ddirstream.c500 entry.is_modified = 1; in phar_wrapper_mkdir()
640 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar.c2745 if (!entry->is_modified && entry->fp_refcount) { in phar_flush()
2779 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush()
2884 entry->is_modified = 1; in phar_flush()
3101 entry->is_modified = 0; in phar_flush()

Completed in 46 milliseconds