Searched refs:is_modified (Results 1 – 8 of 8) sorted by relevance
231 idata->phar->is_modified = 1; in phar_wrapper_open_url()452 data->internal_file->is_modified = 1; in phar_stream_write()466 if (data->internal_file->is_modified) { in phar_stream_flush()760 int is_modified = 0; in phar_wrapper_rename() local881 is_modified = 1; in phar_wrapper_rename()882 entry->is_modified = 1; in phar_wrapper_rename()918 is_modified = 1; in phar_wrapper_rename()919 entry->is_modified = 1; in phar_wrapper_rename()969 if (is_modified) { in phar_wrapper_rename()
416 if (entry->is_modified && !for_write) { in phar_get_entry_data()587 etemp.is_modified = 1; in phar_get_or_create_entry_data()667 dest->is_modified = 1; in phar_copy_entry_fp()711 if (entry->is_modified) { in phar_open_entry_fp()818 entry->is_modified = 1; in phar_create_writeable_entry()819 phar->is_modified = 1; in phar_create_writeable_entry()851 entry->is_modified = 1; in phar_create_writeable_entry()852 phar->is_modified = 1; in phar_create_writeable_entry()905 entry->is_modified = 1; in phar_separate_entry_fp()1189 if (entry->is_modified) { in phar_decompress_filter()
2352 newentry.is_modified = 1; in phar_convert_to_other()2669 entry->is_modified = 1; in PHP_METHOD()3183 entry->is_modified = 1; in phar_set_compression()3407 phar_obj->archive->is_modified = 1; in PHP_METHOD()3451 phar_obj->archive->is_modified = 1; in PHP_METHOD()3555 phar_obj->archive->is_modified = 1; in PHP_METHOD()3844 entry->is_modified = 0; in PHP_METHOD()4726 entry_obj->entry->is_modified = 1; in PHP_METHOD()4830 entry_obj->entry->is_modified = 1; in PHP_METHOD()5063 entry_obj->entry->is_modified = 1; in PHP_METHOD()[all …]
850 if (entry->is_modified) { in phar_zip_changed_apply_int()856 entry->is_modified = 0; in phar_zip_changed_apply_int()945 entry->is_modified = 1; in phar_zip_changed_apply_int()1032 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()1058 entry->is_modified = 0; in phar_zip_changed_apply_int()1060 entry->is_modified = 0; in phar_zip_changed_apply_int()1146 entry.is_modified = 1; in phar_zip_applysignature()1201 entry.is_modified = 1; in phar_zip_flush()
816 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()829 entry->is_modified = 0; in phar_tar_writeheaders_int()871 entry->is_modified = 1; in phar_tar_setmetadata()908 if (!entry->is_modified) { in phar_tar_setupmetadata()956 entry.is_modified = 1; in phar_tar_flush()
269 unsigned int is_modified:1; member317 unsigned int is_modified:1; member
515 entry.is_modified = 1; in phar_wrapper_mkdir()655 entry->is_modified = 1; in phar_wrapper_rmdir()
2715 if (!entry->is_modified && entry->fp_refcount) {2754 if ((oldfile && !entry->is_modified) || entry->is_dir) {2857 entry->is_modified = 1;3086 entry->is_modified = 0;
Completed in 43 milliseconds