Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dpharzip.h31 char extra_len[2]; /* extra field length 2 bytes */ member
168 char extra_len[2]; /* extra field length 2 bytes */ member
H A Dzip.c476 + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
481 + PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()
546 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()
548 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { in phar_parse_zipfile()
552 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
900 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
901 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
H A Dphar.c2416 PHAR_ZIP_16(local.extra_len) + in phar_postprocess_file()
2438 …eof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_len); in phar_postprocess_file()
/php-src/ext/pcre/
H A Dphp_pcre.c2765 size_t extra_len; /* Number of additional characters */ in PHP_FUNCTION() local
2791 extra_len = 0; in PHP_FUNCTION()
2817 extra_len++; in PHP_FUNCTION()
2821 extra_len+=3; in PHP_FUNCTION()
2826 extra_len++; in PHP_FUNCTION()
2833 if (extra_len == 0) { in PHP_FUNCTION()
2839 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc138 case 'extra_len' :

Completed in 26 milliseconds