Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dzip.c913 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
915 if (!entry->cfp) { in phar_zip_changed_apply_int()
927 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply_int()
929 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
935 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
937 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
938 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
942 php_stream_rewind(entry->cfp); in phar_zip_changed_apply_int()
1032 if (entry->cfp) { in phar_zip_changed_apply_int()
1038 php_stream_close(entry->cfp); in phar_zip_changed_apply_int()
[all …]
H A Dphar.c382 if (entry->cfp) { in destroy_phar_manifest_entry_int()
383 php_stream_close(entry->cfp); in destroy_phar_manifest_entry_int()
384 entry->cfp = 0; in destroy_phar_manifest_entry_int()
2690 if (entry->cfp) {
2693 entry->cfp = 0;
2801 if (!entry->cfp) {
2834 php_stream_flush(entry->cfp);
3025 if (entry->cfp) {
3026 file = entry->cfp;
3072 if (entry->cfp) {
[all …]
H A Dphar_internal.h245 php_stream *cfp; member
H A Dphar_object.c2031 entry->cfp = entry->fp; in phar_copy_file_contents()

Completed in 47 milliseconds