Lines Matching refs:cfp
353 if (entry->cfp) { in destroy_phar_manifest_entry_int()
354 php_stream_close(entry->cfp); in destroy_phar_manifest_entry_int()
355 entry->cfp = 0; in destroy_phar_manifest_entry_int()
2736 if (entry->cfp) { in phar_flush()
2738 php_stream_close(entry->cfp); in phar_flush()
2739 entry->cfp = 0; in phar_flush()
2841 entry->cfp = shared_cfp; in phar_flush()
2842 if (!entry->cfp) { in phar_flush()
2854 entry->header_offset = php_stream_tell(entry->cfp); in phar_flush()
2866 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_flush()
2867 …if (SUCCESS != php_stream_copy_to_stream_ex(file, entry->cfp, entry->uncompressed_filesize, NULL))… in phar_flush()
2878 php_stream_flush(entry->cfp); in phar_flush()
2880 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_flush()
2881 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush()
3056 if (entry->cfp) { in phar_flush()
3057 file = entry->cfp; in phar_flush()
3103 if (entry->cfp) { in phar_flush()
3104 entry->cfp = NULL; in phar_flush()
3264 if (entry->cfp) { in phar_flush()
3265 entry->cfp = NULL; in phar_flush()