Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds