Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dzip.c954 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
956 if (!entry->cfp) { in phar_zip_changed_apply_int()
968 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply_int()
970 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
976 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
978 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
979 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
983 php_stream_rewind(entry->cfp); in phar_zip_changed_apply_int()
1073 if (entry->cfp) { in phar_zip_changed_apply_int()
1079 php_stream_close(entry->cfp); in phar_zip_changed_apply_int()
[all …]
H A Dphar.c376 if (entry->cfp) { in destroy_phar_manifest_entry_int()
378 entry->cfp = 0; in destroy_phar_manifest_entry_int()
2694 if (entry->cfp) { in phar_flush()
2697 entry->cfp = 0; in phar_flush()
2808 if (!entry->cfp) { in phar_flush()
3020 if (entry->cfp) { in phar_flush()
3021 file = entry->cfp; in phar_flush()
3067 if (entry->cfp) { in phar_flush()
3068 entry->cfp = NULL; in phar_flush()
3226 if (entry->cfp) { in phar_flush()
[all …]
H A Dphar_internal.h238 php_stream *cfp; member
H A Dphar_object.c1998 entry->cfp = entry->fp; in phar_copy_file_contents()

Completed in 30 milliseconds