Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/
H A Dzip.c946 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
948 if (!entry->cfp) { in phar_zip_changed_apply_int()
960 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply_int()
962 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
968 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
970 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
971 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
975 php_stream_rewind(entry->cfp); in phar_zip_changed_apply_int()
1057 if (entry->cfp) { in phar_zip_changed_apply_int()
1063 php_stream_close(entry->cfp); in phar_zip_changed_apply_int()
[all …]
H A Dphar.c353 if (entry->cfp) { in destroy_phar_manifest_entry_int()
355 entry->cfp = 0; in destroy_phar_manifest_entry_int()
2736 if (entry->cfp) { in phar_flush()
2739 entry->cfp = 0; in phar_flush()
2842 if (!entry->cfp) { in phar_flush()
3056 if (entry->cfp) { in phar_flush()
3057 file = entry->cfp; in phar_flush()
3103 if (entry->cfp) { in phar_flush()
3104 entry->cfp = NULL; in phar_flush()
3264 if (entry->cfp) { in phar_flush()
[all …]
H A Dphar_internal.h250 php_stream *cfp; member
H A Dphar_object.c1945 entry->cfp = entry->fp; in phar_copy_file_contents()

Completed in 31 milliseconds