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.c228 idata->phar->is_modified = 1; in phar_wrapper_open_url()
460 data->internal_file->is_modified = 1; in phar_stream_write()
473 if (data->internal_file->is_modified) { in phar_stream_flush()
744 int is_modified = 0; in phar_wrapper_rename() local
865 is_modified = 1; in phar_wrapper_rename()
866 entry->is_modified = 1; in phar_wrapper_rename()
902 is_modified = 1; in phar_wrapper_rename()
903 entry->is_modified = 1; in phar_wrapper_rename()
951 if (is_modified) { in phar_wrapper_rename()
H A Dutil.c373 entry->is_modified = 1; in phar_create_writeable_entry()
374 phar->is_modified = 1; in phar_create_writeable_entry()
406 entry->is_modified = 1; in phar_create_writeable_entry()
407 phar->is_modified = 1; in phar_create_writeable_entry()
460 entry->is_modified = 1; in phar_separate_entry_fp()
537 if (entry->is_modified && !for_write) { in phar_get_entry_data()
702 etemp.is_modified = 1; in phar_get_or_create_entry_data()
789 dest->is_modified = 1; in phar_copy_entry_fp()
857 if (entry->is_modified) { in phar_open_entry_fp()
1224 if (entry->is_modified) { in phar_decompress_filter()
H A Dphar_object.c2311 newentry.is_modified = 1; in phar_convert_to_other()
2637 entry->is_modified = 1; in PHP_METHOD()
3142 entry->is_modified = 1; in phar_set_compression()
3365 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3409 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3504 phar_obj->archive->is_modified = 1; in PHP_METHOD()
3810 entry->is_modified = 0; in PHP_METHOD()
4668 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4763 entry_obj->entry->is_modified = 1; in PHP_METHOD()
4991 entry_obj->entry->is_modified = 1; in PHP_METHOD()
[all …]
H A Dzip.c938 if (entry->is_modified) { in phar_zip_changed_apply_int()
943 entry->is_modified = 0; in phar_zip_changed_apply_int()
1030 entry->is_modified = 1; in phar_zip_changed_apply_int()
1109 if (!not_really_modified && entry->is_modified) { in phar_zip_changed_apply_int()
1135 entry->is_modified = 0; in phar_zip_changed_apply_int()
1137 entry->is_modified = 0; in phar_zip_changed_apply_int()
1219 entry.is_modified = 1; in phar_zip_applysignature()
1270 entry.is_modified = 1; in phar_zip_flush()
H A Dphar_internal.h229 uint32_t is_modified:1; member
275 uint32_t is_modified:1; member
H A Dtar.c833 if (!entry->is_modified && entry->fp_refcount) { in phar_tar_writeheaders_int()
846 entry->is_modified = 0; in phar_tar_writeheaders_int()
885 entry->is_modified = 1; in phar_tar_setmetadata()
922 if (!entry->is_modified) { in phar_tar_setupmetadata()
972 entry.is_modified = 1; in phar_tar_flush()
H A Ddirstream.c448 entry.is_modified = 1; in phar_wrapper_mkdir()
581 entry->is_modified = 1; in phar_wrapper_rmdir()
H A Dphar.c2700 if (!entry->is_modified && entry->fp_refcount) { in phar_flush_ex()
2734 if ((oldfile && !entry->is_modified) || entry->is_dir) { in phar_flush_ex()
2839 entry->is_modified = 1; in phar_flush_ex()
3056 entry->is_modified = 0; in phar_flush_ex()

Completed in 48 milliseconds