ZIP_FL_UNCHANGED  165 ext/zip/lib/zip_close.c 		if ((zs=_zip_source_zip_new(za, za, i, ZIP_FL_UNCHANGED, 0, 0, NULL)) == NULL) {
ZIP_FL_UNCHANGED  880 ext/zip/lib/zip_dirent.c     if ((flags & ZIP_FL_UNCHANGED) || za->entry[idx].changes == NULL) {
ZIP_FL_UNCHANGED  885 ext/zip/lib/zip_dirent.c 	if (za->entry[idx].deleted && (flags & ZIP_FL_UNCHANGED) == 0) {
ZIP_FL_UNCHANGED   47 ext/zip/lib/zip_get_archive_comment.c     if ((flags & ZIP_FL_UNCHANGED) || (za->comment_changes == NULL))
ZIP_FL_UNCHANGED   43 ext/zip/lib/zip_get_archive_flag.c     fl = (flags & ZIP_FL_UNCHANGED) ? za->flags : za->ch_flags;
ZIP_FL_UNCHANGED   46 ext/zip/lib/zip_get_num_entries.c     if (flags & ZIP_FL_UNCHANGED) {
ZIP_FL_UNCHANGED  136 ext/zip/lib/zip_hash.c 	    if (((flags & ZIP_FL_UNCHANGED) && entry->orig_index != -1) || entry->current_index != -1) {
ZIP_FL_UNCHANGED  157 ext/zip/lib/zip_hash.c     if (flags & ZIP_FL_UNCHANGED) {
ZIP_FL_UNCHANGED  219 ext/zip/lib/zip_hash.c 	    if (flags & ZIP_FL_UNCHANGED) {
ZIP_FL_UNCHANGED  237 ext/zip/lib/zip_open.c 	if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) {
ZIP_FL_UNCHANGED   57 ext/zip/lib/zip_source_zip_new.c     if ((flags & ZIP_FL_UNCHANGED) == 0
ZIP_FL_UNCHANGED   63 ext/zip/lib/zip_source_zip_new.c     if (zip_stat_index(srcza, srcidx, flags|ZIP_FL_UNCHANGED, &st) < 0) {
ZIP_FL_UNCHANGED   52 ext/zip/lib/zip_stat_index.c     if ((flags & ZIP_FL_UNCHANGED) == 0
ZIP_FL_UNCHANGED   60 ext/zip/lib/zip_unchange.c 	    if ((orig_name=_zip_get_name(za, idx, ZIP_FL_UNCHANGED, &za->error)) == NULL) {
ZIP_FL_UNCHANGED 2669 ext/zip/php_zip.c 			char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED);
ZIP_FL_UNCHANGED 3040 ext/zip/php_zip.c 	REGISTER_ZIP_CLASS_CONST_LONG("FL_UNCHANGED", ZIP_FL_UNCHANGED);