ef_new            232 ext/zip/lib/zip_extra_field_api.c     zip_extra_field_t *ef, *ef_prev, *ef_new;
ef_new            298 ext/zip/lib/zip_extra_field_api.c     if ((ef_new=_zip_ef_new(ef_id, len, data, flags)) == NULL) {
ef_new            305 ext/zip/lib/zip_extra_field_api.c 	    ef_new->next = ef->next;
ef_new            309 ext/zip/lib/zip_extra_field_api.c 		ef_prev->next = ef_new;
ef_new            311 ext/zip/lib/zip_extra_field_api.c 		de->extra_fields = ef_new;
ef_new            315 ext/zip/lib/zip_extra_field_api.c 	    ef_new->next = ef->next;
ef_new            316 ext/zip/lib/zip_extra_field_api.c 	    ef->next = ef_new;
ef_new            320 ext/zip/lib/zip_extra_field_api.c 	ef_new->next = ef_prev->next;
ef_new            321 ext/zip/lib/zip_extra_field_api.c 	ef_prev->next = ef_new;
ef_new            324 ext/zip/lib/zip_extra_field_api.c 	de->extra_fields = ef_new;