Home
last modified time | relevance | path

Searched refs:ZIP_FL_UNCHANGED (Results 1 – 12 of 12) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_get_archive_flag.c43 fl = (flags & ZIP_FL_UNCHANGED) ? za->flags : za->ch_flags; in zip_get_archive_flag()
H A Dzip_get_num_entries.c46 if (flags & ZIP_FL_UNCHANGED) { in zip_get_num_entries()
H A Dzip_get_archive_comment.c47 if ((flags & ZIP_FL_UNCHANGED) || (za->comment_changes == NULL)) in zip_get_archive_comment()
H A Dzip_hash.c136 if (((flags & ZIP_FL_UNCHANGED) && entry->orig_index != -1) || entry->current_index != -1) { in _zip_hash_add()
157 if (flags & ZIP_FL_UNCHANGED) { in _zip_hash_add()
219 if (flags & ZIP_FL_UNCHANGED) { in _zip_hash_lookup()
H A Dzip_source_zip_new.c57 if ((flags & ZIP_FL_UNCHANGED) == 0 in _zip_source_zip_new()
63 if (zip_stat_index(srcza, srcidx, flags|ZIP_FL_UNCHANGED, &st) < 0) { in _zip_source_zip_new()
H A Dzip_stat_index.c52 if ((flags & ZIP_FL_UNCHANGED) == 0 in zip_stat_index()
H A Dzip_unchange.c60 if ((orig_name=_zip_get_name(za, idx, ZIP_FL_UNCHANGED, &za->error)) == NULL) { in _zip_unchange()
H A Dzip_close.c165 if ((zs=_zip_source_zip_new(za, za, i, ZIP_FL_UNCHANGED, 0, 0, NULL)) == NULL) { in zip_close()
H A Dzip_dirent.c880 if ((flags & ZIP_FL_UNCHANGED) || za->entry[idx].changes == NULL) { in _zip_get_dirent()
885 if (za->entry[idx].deleted && (flags & ZIP_FL_UNCHANGED) == 0) { in _zip_get_dirent()
H A Dzip.h79 #define ZIP_FL_UNCHANGED 8u /* use original data, ignoring changes */ macro
H A Dzip_open.c237 if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) { in _zip_open()
/PHP-7.2/ext/zip/
H A Dphp_zip.c2796 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); in ZIPARCHIVE_METHOD()
3194 REGISTER_ZIP_CLASS_CONST_LONG("FL_UNCHANGED", ZIP_FL_UNCHANGED); in PHP_MINIT_FUNCTION()

Completed in 35 milliseconds