Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dzip.c902 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply()
904 if (!entry->cfp) { in phar_zip_changed_apply()
916 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply()
918 if (SUCCESS != phar_stream_copy_to_stream(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply()
924 php_stream_flush(entry->cfp); in phar_zip_changed_apply()
926 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply()
927 entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp); in phar_zip_changed_apply()
931 php_stream_rewind(entry->cfp); in phar_zip_changed_apply()
1022 if (entry->cfp) { in phar_zip_changed_apply()
1028 php_stream_close(entry->cfp); in phar_zip_changed_apply()
[all …]
H A Dphar.c387 if (entry->cfp) { in destroy_phar_manifest_entry()
388 php_stream_close(entry->cfp); in destroy_phar_manifest_entry()
389 entry->cfp = 0; in destroy_phar_manifest_entry()
2764 if (entry->cfp) {
2767 entry->cfp = 0;
2877 if (!entry->cfp) {
2910 php_stream_flush(entry->cfp);
3078 if (entry->cfp) {
3079 file = entry->cfp;
3125 if (entry->cfp) {
[all …]
H A Dphar_internal.h274 php_stream *cfp; member
H A Dphar_object.c2078 entry->cfp = entry->fp;

Completed in 41 milliseconds