Home
last modified time | relevance | path

Searched refs:extra_len (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/ext/phar/
H A Dpharzip.h33 char extra_len[2]; /* extra field length 2 bytes */ member
163 char extra_len[2]; /* extra field length 2 bytes */ member
H A Dzip.c365 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
417 …le_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
451 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
453 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { in phar_parse_zipfile()
457 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
562 …zeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
817 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
818 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
H A Dphar.c2369 PHAR_ZIP_16(local.extra_len) +
2391 …eof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len);
/PHP-7.1/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc139 case 'extra_len' :

Completed in 28 milliseconds