Home
last modified time | relevance | path

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

/PHP-7.3/ext/phar/
H A Dpharzip.h31 char extra_len[2]; /* extra field length 2 bytes */ member
161 char extra_len[2]; /* extra field length 2 bytes */ member
H A Dzip.c365 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
418 …le_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
453 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
455 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { in phar_parse_zipfile()
459 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
564 …zeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
819 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
820 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
H A Dphar.c2384 PHAR_ZIP_16(local.extra_len) +
2406 …eof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len);
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2694 size_t extra_len; /* Number of additional characters */ in PHP_FUNCTION() local
2720 extra_len = 0; in PHP_FUNCTION()
2746 extra_len++; in PHP_FUNCTION()
2750 extra_len+=3; in PHP_FUNCTION()
2755 extra_len++; in PHP_FUNCTION()
2762 if (extra_len == 0) { in PHP_FUNCTION()
2768 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
/PHP-7.3/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc138 case 'extra_len' :

Completed in 35 milliseconds