ZIP_EF_BOTH       539 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       692 ext/zip/lib/zip_dirent.c         ef64 = _zip_ef_new(ZIP_EF_ZIP64, (zip_uint16_t)(_zip_buffer_offset(ef_buffer)), ef_zip64, ZIP_EF_BOTH);
ZIP_EF_BOTH       745 ext/zip/lib/zip_dirent.c     ef_total_size = (zip_uint32_t)_zip_ef_size(de->extra_fields, flags) + (zip_uint32_t)_zip_ef_size(ef, ZIP_EF_BOTH);
ZIP_EF_BOTH       782 ext/zip/lib/zip_dirent.c 	if (_zip_ef_write(za, ef, ZIP_EF_BOTH) < 0) {
ZIP_EF_BOTH       862 ext/zip/lib/zip_dirent.c     ef = _zip_ef_new(id, (zip_uint16_t)(_zip_buffer_offset(buffer)), _zip_buffer_data(buffer), ZIP_EF_BOTH);
ZIP_EF_BOTH        77 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        79 ext/zip/lib/zip_extra_field.c 		ef->flags &= ~(flags & ZIP_EF_BOTH);
ZIP_EF_BOTH        80 ext/zip/lib/zip_extra_field.c 		if ((ef->flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH       128 ext/zip/lib/zip_extra_field.c 	if (ef->id == id && (ef->flags & flags & ZIP_EF_BOTH)) {
ZIP_EF_BOTH       166 ext/zip/lib/zip_extra_field.c 		tt->flags |= (from->flags & ZIP_EF_BOTH);
ZIP_EF_BOTH       315 ext/zip/lib/zip_extra_field.c 	if (ef->flags & flags & ZIP_EF_BOTH)
ZIP_EF_BOTH       334 ext/zip/lib/zip_extra_field.c 	if (ef->flags & flags & ZIP_EF_BOTH) {
ZIP_EF_BOTH        43 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH        48 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        76 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH        81 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       113 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH       127 ext/zip/lib/zip_extra_field_api.c 	if (ef->flags & flags & ZIP_EF_BOTH) {
ZIP_EF_BOTH       155 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH       178 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH       192 ext/zip/lib/zip_extra_field_api.c 	if (ef->flags & flags & ZIP_EF_BOTH)
ZIP_EF_BOTH       206 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH       220 ext/zip/lib/zip_extra_field_api.c 	if (ef->id == ef_id && (ef->flags & flags & ZIP_EF_BOTH))
ZIP_EF_BOTH       235 ext/zip/lib/zip_extra_field_api.c     if ((flags & ZIP_EF_BOTH) == 0) {
ZIP_EF_BOTH       264 ext/zip/lib/zip_extra_field_api.c 	if (ef->id == ef_id && (ef->flags & flags & ZIP_EF_BOTH)) {
ZIP_EF_BOTH       304 ext/zip/lib/zip_extra_field_api.c 	if ((ef->flags & ZIP_EF_BOTH) == (flags & ZIP_EF_BOTH)) {
ZIP_EF_BOTH       314 ext/zip/lib/zip_extra_field_api.c 	    ef->flags &= ~(flags & ZIP_EF_BOTH);