Home
last modified time | relevance | path

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

/PHP-8.0/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.c389 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
447 …le_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
482 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
484 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { in phar_parse_zipfile()
488 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
586 …zeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
847 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
848 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
H A Dphar.c2428 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2450 …eof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len); in phar_postprocess_file()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2734 size_t extra_len; /* Number of additional characters */ in PHP_FUNCTION() local
2760 extra_len = 0; in PHP_FUNCTION()
2786 extra_len++; in PHP_FUNCTION()
2790 extra_len+=3; in PHP_FUNCTION()
2795 extra_len++; in PHP_FUNCTION()
2802 if (extra_len == 0) { in PHP_FUNCTION()
2808 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
/PHP-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc138 case 'extra_len' :

Completed in 29 milliseconds