ef_new 240 ext/zip/lib/zip_extra_field_api.c struct zip_extra_field *ef, *ef_prev, *ef_new; ef_new 306 ext/zip/lib/zip_extra_field_api.c if ((ef_new=_zip_ef_new(ef_id, len, data, flags)) == NULL) { ef_new 313 ext/zip/lib/zip_extra_field_api.c ef_new->next = ef->next; ef_new 317 ext/zip/lib/zip_extra_field_api.c ef_prev->next = ef_new; ef_new 319 ext/zip/lib/zip_extra_field_api.c de->extra_fields = ef_new; ef_new 323 ext/zip/lib/zip_extra_field_api.c ef_new->next = ef->next; ef_new 324 ext/zip/lib/zip_extra_field_api.c ef->next = ef_new; ef_new 328 ext/zip/lib/zip_extra_field_api.c ef_new->next = ef_prev->next; ef_new 329 ext/zip/lib/zip_extra_field_api.c ef_prev->next = ef_new; ef_new 332 ext/zip/lib/zip_extra_field_api.c de->extra_fields = ef_new;