Home
last modified time | relevance | path

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

/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_count1.php.inc10 $a->writeZip(dirname(__FILE__) . '/cdir_offset.zip', 'cdir_offset');
H A Dcorrupt_zipmaker.php.inc308 case 'cdir_offset' :
/php-src/ext/phar/tests/zip/
H A Dcorrupt_004.phpt8 new PharData(__DIR__ . '/files/cdir_offset.zip');
/php-src/ext/phar/
H A Dpharzip.h235 char cdir_offset[4]; /* offset of start of central member
H A Dzip.c334 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
505 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
507 php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL); in phar_parse_zipfile()
1264 uint32_t cdir_size, cdir_offset; in phar_zip_flush() local
1503 cdir_offset = php_stream_tell(pass.filefp); in phar_zip_flush()
1505 PHAR_SET_32(eocd.cdir_offset, cdir_offset); in phar_zip_flush()

Completed in 14 milliseconds