Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dzip.c781 php_stream *centralfp; member
1006 if (1 != php_stream_write(p->centralfp, "/", 1)) { in phar_zip_changed_apply_int()
1124 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1125 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
1126 php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL); in phar_zip_applysignature()
1415 pass.centralfp = php_stream_fopen_tmpfile(); in phar_zip_flush()
1417 if (!pass.centralfp) { in phar_zip_flush()
1449 php_stream_close(pass.centralfp); in phar_zip_flush()
1466 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
1470 php_stream_seek(pass.centralfp, 0, SEEK_SET); in phar_zip_flush()
[all …]

Completed in 11 milliseconds