Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c997 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
999 if (!entry->cfp) { in phar_zip_changed_apply_int()
1011 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply_int()
1013 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
1019 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
1021 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
1022 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
1026 php_stream_rewind(entry->cfp); in phar_zip_changed_apply_int()
1108 if (entry->cfp) { in phar_zip_changed_apply_int()
1114 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()
2723 if (entry->cfp) { in phar_flush()
2726 entry->cfp = 0; in phar_flush()
2829 if (!entry->cfp) { in phar_flush()
3043 if (entry->cfp) { in phar_flush()
3044 file = entry->cfp; in phar_flush()
3090 if (entry->cfp) { in phar_flush()
3091 entry->cfp = NULL; in phar_flush()
3250 if (entry->cfp) { in phar_flush()
[all …]
H A Dphar_internal.h249 php_stream *cfp; member
H A Dphar_object.c1960 entry->cfp = entry->fp; in phar_copy_file_contents()
/php-src/docs/
H A Drelease-process.md377 # 3: Call for Papers [cfp]

Completed in 39 milliseconds