Home
last modified time | relevance | path

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

/PHP-5.6/ext/phar/
H A Dzip.c894 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply()
896 if (!entry->cfp) { in phar_zip_changed_apply()
908 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply()
910 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply()
916 php_stream_flush(entry->cfp); in phar_zip_changed_apply()
918 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply()
919 entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp); in phar_zip_changed_apply()
923 php_stream_rewind(entry->cfp); in phar_zip_changed_apply()
1014 if (entry->cfp) { in phar_zip_changed_apply()
1020 php_stream_close(entry->cfp); in phar_zip_changed_apply()
[all …]
H A Dphar.c385 if (entry->cfp) { in destroy_phar_manifest_entry()
386 php_stream_close(entry->cfp); in destroy_phar_manifest_entry()
387 entry->cfp = 0; in destroy_phar_manifest_entry()
2755 if (entry->cfp) {
2758 entry->cfp = 0;
2868 if (!entry->cfp) {
2901 php_stream_flush(entry->cfp);
3091 if (entry->cfp) {
3092 file = entry->cfp;
3138 if (entry->cfp) {
[all …]
H A Dphar_internal.h260 php_stream *cfp; member
H A Dphar_object.c2009 entry->cfp = entry->fp; in phar_copy_file_contents()

Completed in 54 milliseconds