ZIP_EF_CENTRAL 426 ext/zip/lib/zip_dirent.c if (!_zip_ef_parse(ef, ef_len, local ? ZIP_EF_LOCAL : ZIP_EF_CENTRAL, &zde->extra_fields, error)) { ZIP_EF_CENTRAL 465 ext/zip/lib/zip_dirent.c const zip_uint8_t *ef = _zip_ef_get_by_id(zde->extra_fields, &got_len, ZIP_EF_ZIP64, 0, local ? ZIP_EF_LOCAL : ZIP_EF_CENTRAL, error); ZIP_EF_CENTRAL 283 ext/zip/lib/zip_extra_field_api.c if (flags & ZIP_EF_CENTRAL) ZIP_EF_CENTRAL 284 ext/zip/lib/zip_extra_field_api.c cs = _zip_ef_size(de->extra_fields, ZIP_EF_CENTRAL); ZIP_EF_CENTRAL 258 ext/zip/lib/zipint.h #define ZIP_EF_BOTH (ZIP_EF_LOCAL|ZIP_EF_CENTRAL) /* include in both */