Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar.c2520 php_stream *shared_cfp = NULL; in phar_flush() local
2804 if (shared_cfp == NULL) { in phar_flush()
2805 shared_cfp = php_stream_fopen_tmpfile(); in phar_flush()
2807 entry->cfp = shared_cfp; in phar_flush()
3085 if (shared_cfp != NULL) { in phar_flush()
3086 php_stream_close(shared_cfp); in phar_flush()
3087 shared_cfp = NULL; in phar_flush()
3222 if (shared_cfp != NULL) { in phar_flush()
3223 php_stream_close(shared_cfp); in phar_flush()

Completed in 12 milliseconds