Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dstream.c230 idata->phar->is_modified = 1; in phar_wrapper_open_url()
462 data->internal_file->is_modified = 1; in phar_stream_write()
476 if (data->internal_file->is_modified) { in phar_stream_flush()
752 int is_modified = 0; in phar_wrapper_rename() local
874 is_modified = 1; in phar_wrapper_rename()
875 entry->is_modified = 1; in phar_wrapper_rename()
911 is_modified = 1; in phar_wrapper_rename()
912 entry->is_modified = 1; in phar_wrapper_rename()
960 if (is_modified) { in phar_wrapper_rename()
H A Dutil.c415 if (entry->is_modified && !for_write) { in phar_get_entry_data()
580 etemp.is_modified = 1; in phar_get_or_create_entry_data()
657 dest->is_modified = 1; in phar_copy_entry_fp()
701 if (entry->is_modified) { in phar_open_entry_fp()
808 entry->is_modified = 1; in phar_create_writeable_entry()
809 phar->is_modified = 1; in phar_create_writeable_entry()
841 entry->is_modified = 1; in phar_create_writeable_entry()
842 phar->is_modified = 1; in phar_create_writeable_entry()
895 entry->is_modified = 1; in phar_separate_entry_fp()
1179 if (entry->is_modified) { in phar_decompress_filter()
H A Dphar_object.c2303 newentry.is_modified = 1; in phar_convert_to_other()
2630 entry->is_modified = 1; in PHP_METHOD()
3129 entry->is_modified = 1; in phar_set_compression()
3352 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3396 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3491 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3786 entry->is_modified = 0; in PHP_METHOD()
4646 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4741 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4969 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c936 if (entry->is_modified) { in phar_zip_changed_apply_int()
941 entry->is_modified = 0; in phar_zip_changed_apply_int()
1028 entry->is_modified = 1; in phar_zip_changed_apply_int()
1107 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1133 entry->is_modified = 0; in phar_zip_changed_apply_int()
1135 entry->is_modified = 0; in phar_zip_changed_apply_int()
1217 entry.is_modified = 1; in phar_zip_applysignature()
1269 entry.is_modified = 1; in phar_zip_flush()
H A Dtar.c830 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
843 entry->is_modified = 0; in phar_tar_writeheaders_int()
882 entry->is_modified = 1; in phar_tar_setmetadata()
919 if (!entry->is_modified) { in phar_tar_setupmetadata()
968 entry.is_modified = 1; in phar_tar_flush()
H A Ddirstream.c500 entry.is_modified = 1; in phar_wrapper_mkdir()
640 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar_internal.h262 uint32_t is_modified:1; member
308 uint32_t is_modified:1; member
H A Dphar.c2732 if (!entry->is_modified && entry->fp_refcount) { in phar_flush()
2766 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush()
2871 entry->is_modified = 1; in phar_flush()
3088 entry->is_modified = 0; in phar_flush()

Completed in 64 milliseconds