extra_len 2373 ext/phar/phar.c PHAR_ZIP_16(local.extra_len) + extra_len 2395 ext/phar/phar.c sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len); extra_len 33 ext/phar/pharzip.h char extra_len[2]; /* extra field length 2 bytes */ extra_len 163 ext/phar/pharzip.h char extra_len[2]; /* extra field length 2 bytes */ extra_len 365 ext/phar/zip.c PHAR_GET_16(zipentry.extra_len); extra_len 418 ext/phar/zip.c php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); extra_len 452 ext/phar/zip.c if (PHAR_GET_16(zipentry.extra_len)) { extra_len 454 ext/phar/zip.c if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { extra_len 458 ext/phar/zip.c php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); extra_len 563 ext/phar/zip.c sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); extra_len 818 ext/phar/zip.c PHAR_SET_16(central.extra_len, sizeof(perms)); extra_len 819 ext/phar/zip.c PHAR_SET_16(local.extra_len, sizeof(perms));