Searched refs:shared_cfp (Results 1 – 1 of 1) sorted by relevance
2554 php_stream *shared_cfp = NULL; in phar_flush_ex() local2793 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