Home
last modified time | relevance | path

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

/PHP-8.1/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.c390 PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
448 …le_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
483 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
485 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { in phar_parse_zipfile()
489 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
587 …zeof(local) + entry.header_offset + PHAR_GET_16(local.filename_len) + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
848 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
849 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
H A Dphar.c2419 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2441 …eof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len); in phar_postprocess_file()
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2739 size_t extra_len; /* Number of additional characters */ in PHP_FUNCTION() local
2765 extra_len = 0; in PHP_FUNCTION()
2791 extra_len++; in PHP_FUNCTION()
2795 extra_len+=3; in PHP_FUNCTION()
2800 extra_len++; in PHP_FUNCTION()
2807 if (extra_len == 0) { in PHP_FUNCTION()
2813 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
/PHP-8.1/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc138 case 'extra_len' :

Completed in 55 milliseconds