Home
last modified time | relevance | path

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

/PHP-8.0/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.c2307 newentry.is_modified = 1; in phar_convert_to_other()
2635 entry->is_modified = 1; in PHP_METHOD()
3120 entry->is_modified = 1; in phar_set_compression()
3343 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3387 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3484 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3779 entry->is_modified = 0; in PHP_METHOD()
4643 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4738 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4966 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c884 if (entry->is_modified) { in phar_zip_changed_apply_int()
890 entry->is_modified = 0; in phar_zip_changed_apply_int()
979 entry->is_modified = 1; in phar_zip_changed_apply_int()
1058 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1084 entry->is_modified = 0; in phar_zip_changed_apply_int()
1086 entry->is_modified = 0; in phar_zip_changed_apply_int()
1168 entry.is_modified = 1; in phar_zip_applysignature()
1221 entry.is_modified = 1; in phar_zip_flush()
H A Dtar.c837 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
850 entry->is_modified = 0; in phar_tar_writeheaders_int()
889 entry->is_modified = 1; in phar_tar_setmetadata()
926 if (!entry->is_modified) { in phar_tar_setupmetadata()
975 entry.is_modified = 1; in phar_tar_flush()
H A Dphar_internal.h260 uint32_t is_modified:1; member
307 uint32_t is_modified:1; member
H A Ddirstream.c502 entry.is_modified = 1; in phar_wrapper_mkdir()
642 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar.c2756 if (!entry->is_modified && entry->fp_refcount) { in phar_flush()
2790 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush()
2898 entry->is_modified = 1; in phar_flush()
3115 entry->is_modified = 0; in phar_flush()

Completed in 48 milliseconds