Searched refs:filefp (Results 1 – 1 of 1) sorted by relevance
766 php_stream *filefp; member1103 st = tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()1105 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()1372 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()1374 if (!pass.filefp) { in phar_zip_flush()1424 php_stream_close(pass.filefp); in phar_zip_flush()1437 cdir_offset = php_stream_tell(pass.filefp); in phar_zip_flush()1500 phar->fp = pass.filefp; in phar_zip_flush()1507 phar->fp = pass.filefp; in phar_zip_flush()1513 php_stream_rewind(pass.filefp); in phar_zip_flush()[all …]
Completed in 7 milliseconds