Searched refs:shared_cfp (Results 1 – 1 of 1) sorted by relevance
2520 php_stream *shared_cfp = NULL; in phar_flush() local2804 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 16 milliseconds