Searched refs:filefp (Results 1 – 1 of 1) sorted by relevance
758 php_stream *filefp; member1095 st = tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()1097 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()1363 pass.filefp = php_stream_fopen_tmpfile(); in phar_zip_flush()1365 if (!pass.filefp) { in phar_zip_flush()1415 php_stream_close(pass.filefp); in phar_zip_flush()1428 cdir_offset = php_stream_tell(pass.filefp); in phar_zip_flush()1491 phar->fp = pass.filefp; in phar_zip_flush()1498 phar->fp = pass.filefp; in phar_zip_flush()1504 php_stream_rewind(pass.filefp); in phar_zip_flush()[all …]
Completed in 7 milliseconds