Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dstream.c231 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()
773 int is_modified = 0; in phar_wrapper_rename() local
894 is_modified = 1; in phar_wrapper_rename()
895 entry->is_modified = 1; in phar_wrapper_rename()
938 is_modified = 1; in phar_wrapper_rename()
939 entry->is_modified = 1; in phar_wrapper_rename()
1010 if (is_modified) { in phar_wrapper_rename()
H A Dphar_object.c2404 newentry.is_modified = 1;
2715 entry->is_modified = 1;
3220 entry->is_modified = 1;
3444 phar_obj->arc.archive->is_modified = 1;
3488 phar_obj->arc.archive->is_modified = 1;
3599 phar_obj->arc.archive->is_modified = 1;
3865 entry->is_modified = 0;
4712 entry_obj->ent.entry->is_modified = 1;
4818 entry_obj->ent.entry->is_modified = 1;
5050 entry_obj->ent.entry->is_modified = 1;
[all …]
H A Dzip.c838 if (entry->is_modified) { in phar_zip_changed_apply()
844 entry->is_modified = 0; in phar_zip_changed_apply()
933 entry->is_modified = 1; in phar_zip_changed_apply()
1021 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply()
1047 entry->is_modified = 0; in phar_zip_changed_apply()
1049 entry->is_modified = 0; in phar_zip_changed_apply()
1129 entry.is_modified = 1; in phar_zip_applysignature()
1185 entry.is_modified = 1; in phar_zip_flush()
H A Dutil.c640 if (entry->is_modified && !for_write) { in phar_get_entry_data()
806 etemp.is_modified = 1; in phar_get_or_create_entry_data()
891 dest->is_modified = 1; in phar_copy_entry_fp()
935 if (entry->is_modified) { in phar_open_entry_fp()
1077 entry->is_modified = 1; in phar_create_writeable_entry()
1078 phar->is_modified = 1; in phar_create_writeable_entry()
1110 entry->is_modified = 1; in phar_create_writeable_entry()
1111 phar->is_modified = 1; in phar_create_writeable_entry()
1164 entry->is_modified = 1; in phar_separate_entry_fp()
1438 if (entry->is_modified) { in phar_decompress_filter()
H A Dtar.c797 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders()
810 entry->is_modified = 0; in phar_tar_writeheaders()
847 entry->is_modified = 1; in phar_tar_setmetadata()
884 if (!entry->is_modified) { in phar_tar_setupmetadata()
932 entry.is_modified = 1; in phar_tar_flush()
H A Ddirstream.c538 entry.is_modified = 1; in phar_wrapper_mkdir()
688 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar_internal.h287 unsigned int is_modified:1; member
335 unsigned int is_modified:1; member
H A Dphar.c2773 if (!entry->is_modified && entry->fp_refcount) {
2814 if ((oldfile && !entry->is_modified) || entry->is_dir) {
2917 entry->is_modified = 1;
3123 entry->is_modified = 0;

Completed in 52 milliseconds