Home
last modified time | relevance | path

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

/PHP-5.5/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 != phar_stream_copy_to_stream(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()
2765 if (entry->cfp) {
2768 entry->cfp = 0;
2878 if (!entry->cfp) {
2911 php_stream_flush(entry->cfp);
3101 if (entry->cfp) {
3102 file = entry->cfp;
3148 if (entry->cfp) {
[all …]
H A Dphar_internal.h276 php_stream *cfp; member
H A Dphar_object.c2009 entry->cfp = entry->fp; in phar_copy_file_contents()

Completed in 33 milliseconds