ZIP_EF_BOTH 518 ext/zip/lib/zip_dirent.c const zip_uint8_t *ef = _zip_ef_get_by_id(de->extra_fields, &ef_len, id, 0, ZIP_EF_BOTH, NULL); ZIP_EF_BOTH 695 ext/zip/lib/zip_dirent.c struct zip_extra_field *ef64 = _zip_ef_new(ZIP_EF_ZIP64, (zip_uint16_t)(ef_zip64_p-ef_zip64), ef_zip64, ZIP_EF_BOTH); ZIP_EF_BOTH 727 ext/zip/lib/zip_dirent.c _zip_write2(_zip_ef_size(de->extra_fields, flags) + _zip_ef_size(ef, ZIP_EF_BOTH), fp); ZIP_EF_BOTH 744 ext/zip/lib/zip_dirent.c _zip_ef_write(ef, ZIP_EF_BOTH, fp); ZIP_EF_BOTH 813 ext/zip/lib/zip_dirent.c ef = _zip_ef_new(id, (zip_uint16_t)(p-data), data, ZIP_EF_BOTH); ZIP_EF_BOTH 81 ext/zip/lib/zip_extra_field.c if ((ef->flags & flags & ZIP_EF_BOTH) && ((ef->id == id) || (id == ZIP_EXTRA_FIELD_ALL))) { ZIP_EF_BOTH 83 ext/zip/lib/zip_extra_field.c ef->flags &= ~(flags & ZIP_EF_BOTH); ZIP_EF_BOTH 84 ext/zip/lib/zip_extra_field.c if ((ef->flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 134 ext/zip/lib/zip_extra_field.c if (ef->id == id && (ef->flags & flags & ZIP_EF_BOTH)) { ZIP_EF_BOTH 173 ext/zip/lib/zip_extra_field.c tt->flags |= (from->flags & ZIP_EF_BOTH); ZIP_EF_BOTH 297 ext/zip/lib/zip_extra_field.c if (ef->flags & flags & ZIP_EF_BOTH) ZIP_EF_BOTH 310 ext/zip/lib/zip_extra_field.c if (ef->flags & flags & ZIP_EF_BOTH) { ZIP_EF_BOTH 45 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 50 ext/zip/lib/zip_extra_field_api.c if (((flags & ZIP_EF_BOTH) == ZIP_EF_BOTH) && (ef_idx != ZIP_EXTRA_FIELD_ALL)) { ZIP_EF_BOTH 79 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 84 ext/zip/lib/zip_extra_field_api.c if (((flags & ZIP_EF_BOTH) == ZIP_EF_BOTH) && (ef_idx != ZIP_EXTRA_FIELD_ALL)) { ZIP_EF_BOTH 117 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 131 ext/zip/lib/zip_extra_field_api.c if (ef->flags & flags & ZIP_EF_BOTH) { ZIP_EF_BOTH 160 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 184 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 198 ext/zip/lib/zip_extra_field_api.c if (ef->flags & flags & ZIP_EF_BOTH) ZIP_EF_BOTH 213 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 227 ext/zip/lib/zip_extra_field_api.c if (ef->id == ef_id && (ef->flags & flags & ZIP_EF_BOTH)) ZIP_EF_BOTH 243 ext/zip/lib/zip_extra_field_api.c if ((flags & ZIP_EF_BOTH) == 0) { ZIP_EF_BOTH 272 ext/zip/lib/zip_extra_field_api.c if (ef->id == ef_id && (ef->flags & flags & ZIP_EF_BOTH)) { ZIP_EF_BOTH 312 ext/zip/lib/zip_extra_field_api.c if ((ef->flags & ZIP_EF_BOTH) == (flags & ZIP_EF_BOTH)) { ZIP_EF_BOTH 322 ext/zip/lib/zip_extra_field_api.c ef->flags &= ~(flags & ZIP_EF_BOTH);