Home
last modified time | relevance | path

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

/PHP-5.5/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.c377 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
430 …le_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
464 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
466 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len) TSRMLS_CC)) { in phar_parse_zipfile()
470 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
582 …zeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
798 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply()
799 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply()
H A Dphar.c2441 PHAR_ZIP_16(local.extra_len) +
2463 …eof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len);
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc139 case 'extra_len' :

Completed in 21 milliseconds