extra_len 2420 ext/phar/phar.c PHAR_ZIP_16(local.extra_len) + extra_len 2442 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 377 ext/phar/zip.c PHAR_GET_16(zipentry.extra_len); extra_len 430 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 464 ext/phar/zip.c if (PHAR_GET_16(zipentry.extra_len)) { extra_len 466 ext/phar/zip.c if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len) TSRMLS_CC)) { extra_len 470 ext/phar/zip.c php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); extra_len 582 ext/phar/zip.c sizeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); extra_len 798 ext/phar/zip.c PHAR_SET_16(central.extra_len, sizeof(perms)); extra_len 799 ext/phar/zip.c PHAR_SET_16(local.extra_len, sizeof(perms));