Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar.c2554 php_stream *shared_cfp = NULL; in phar_flush_ex() local
2793 if (shared_cfp == NULL) { in phar_flush_ex()
2794 shared_cfp = php_stream_fopen_tmpfile(); in phar_flush_ex()
2796 entry->cfp = shared_cfp; in phar_flush_ex()
3076 if (shared_cfp != NULL) { in phar_flush_ex()
3077 php_stream_close(shared_cfp); in phar_flush_ex()
3078 shared_cfp = NULL; in phar_flush_ex()
3213 if (shared_cfp != NULL) { in phar_flush_ex()
3214 php_stream_close(shared_cfp); in phar_flush_ex()

Completed in 10 milliseconds