Searched refs:extra_len (Results 1 – 5 of 5) sorted by relevance
31 char extra_len[2]; /* extra field length 2 bytes */ member161 char extra_len[2]; /* extra field length 2 bytes */ member
446 + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()451 + PHAR_GET_16(zipentry.extra_len); in phar_parse_zipfile()516 if (PHAR_GET_16(zipentry.extra_len)) { in phar_parse_zipfile()518 if (FAILURE == phar_zip_process_extra(fp, &entry, PHAR_GET_16(zipentry.extra_len))) { in phar_parse_zipfile()522 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()870 PHAR_SET_16(central.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()871 PHAR_SET_16(local.extra_len, sizeof(perms)); in phar_zip_changed_apply_int()
2416 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()
2709 size_t extra_len; /* Number of additional characters */ in PHP_FUNCTION() local2735 extra_len = 0; in PHP_FUNCTION()2761 extra_len++; in PHP_FUNCTION()2765 extra_len+=3; in PHP_FUNCTION()2770 extra_len++; in PHP_FUNCTION()2777 if (extra_len == 0) { in PHP_FUNCTION()2783 out_str = zend_string_safe_alloc(1, ZSTR_LEN(str), extra_len, 0); in PHP_FUNCTION()
138 case 'extra_len' :
Completed in 25 milliseconds