Home
last modified time | relevance | path

Searched refs:cdir_size (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/phar/
H A Dpharzip.h229 char cdir_size[4]; /* size of the central directory 4 bytes */ member
H A Dzip.c1172 php_uint32 cdir_size, cdir_offset; in phar_zip_flush() local
1428 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1430 PHAR_SET_32(eocd.cdir_size, cdir_size); in phar_zip_flush()
1437 if (SUCCESS != ret || clen != cdir_size) { in phar_zip_flush()

Completed in 20 milliseconds