Searched refs:is_modified (Results 1 – 8 of 8) sorted by relevance
231 idata->phar->is_modified = 1; in phar_wrapper_open_url()449 data->internal_file->is_modified = 1; in phar_stream_write()463 if (data->internal_file->is_modified) { in phar_stream_flush()765 int is_modified = 0; in phar_wrapper_rename() local886 is_modified = 1; in phar_wrapper_rename()887 entry->is_modified = 1; in phar_wrapper_rename()927 is_modified = 1; in phar_wrapper_rename()928 entry->is_modified = 1; in phar_wrapper_rename()977 if (is_modified) { in phar_wrapper_rename()
417 if (entry->is_modified && !for_write) { in phar_get_entry_data()588 etemp.is_modified = 1; in phar_get_or_create_entry_data()668 dest->is_modified = 1; in phar_copy_entry_fp()712 if (entry->is_modified) { in phar_open_entry_fp()819 entry->is_modified = 1; in phar_create_writeable_entry()820 phar->is_modified = 1; in phar_create_writeable_entry()852 entry->is_modified = 1; in phar_create_writeable_entry()853 phar->is_modified = 1; in phar_create_writeable_entry()906 entry->is_modified = 1; in phar_separate_entry_fp()1194 if (entry->is_modified) { in phar_decompress_filter()
2331 newentry.is_modified = 1; in phar_convert_to_other()2646 entry->is_modified = 1; in PHP_METHOD()3151 entry->is_modified = 1; in phar_set_compression()3375 phar_obj->arc.archive->is_modified = 1; in PHP_METHOD()3419 phar_obj->arc.archive->is_modified = 1; in PHP_METHOD()3526 phar_obj->arc.archive->is_modified = 1; in PHP_METHOD()3803 entry->is_modified = 0; in PHP_METHOD()4683 entry_obj->ent.entry->is_modified = 1; in PHP_METHOD()4789 entry_obj->ent.entry->is_modified = 1; in PHP_METHOD()5022 entry_obj->ent.entry->is_modified = 1; in PHP_METHOD()[all …]
830 if (entry->is_modified) { in phar_zip_changed_apply()836 entry->is_modified = 0; in phar_zip_changed_apply()925 entry->is_modified = 1; in phar_zip_changed_apply()1013 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply()1039 entry->is_modified = 0; in phar_zip_changed_apply()1041 entry->is_modified = 0; in phar_zip_changed_apply()1121 entry.is_modified = 1; in phar_zip_applysignature()1176 entry.is_modified = 1; in phar_zip_flush()
819 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders()832 entry->is_modified = 0; in phar_tar_writeheaders()869 entry->is_modified = 1; in phar_tar_setmetadata()909 if (!entry->is_modified) { in phar_tar_setupmetadata()957 entry.is_modified = 1; in phar_tar_flush()
514 entry.is_modified = 1; in phar_wrapper_mkdir()655 entry->is_modified = 1; in phar_wrapper_rmdir()
273 unsigned int is_modified:1; member321 unsigned int is_modified:1; member
2764 if (!entry->is_modified && entry->fp_refcount) {2805 if ((oldfile && !entry->is_modified) || entry->is_dir) {2908 entry->is_modified = 1;3136 entry->is_modified = 0;
Completed in 57 milliseconds