Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c999 entry->cfp = php_stream_fopen_tmpfile(); in phar_zip_changed_apply_int()
1001 if (!entry->cfp) { in phar_zip_changed_apply_int()
1013 php_stream_filter_append((&entry->cfp->writefilters), filter); in phar_zip_changed_apply_int()
1015 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
1021 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
1023 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
1024 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp); in phar_zip_changed_apply_int()
1028 php_stream_rewind(entry->cfp); in phar_zip_changed_apply_int()
1110 if (entry->cfp) { in phar_zip_changed_apply_int()
1116 php_stream_close(entry->cfp); in phar_zip_changed_apply_int()
[all …]
H A Dphar.c358 if (entry->cfp) { in destroy_phar_manifest_entry_int()
360 entry->cfp = 0; in destroy_phar_manifest_entry_int()
2691 if (entry->cfp) { in phar_flush_ex()
2694 entry->cfp = 0; in phar_flush_ex()
2797 if (!entry->cfp) { in phar_flush_ex()
3011 if (entry->cfp) { in phar_flush_ex()
3012 file = entry->cfp; in phar_flush_ex()
3058 if (entry->cfp) { in phar_flush_ex()
3059 entry->cfp = NULL; in phar_flush_ex()
3217 if (entry->cfp) { in phar_flush_ex()
[all …]
H A Dphar_internal.h217 php_stream *cfp; member
H A Dphar_object.c1968 entry->cfp = entry->fp; in phar_copy_file_contents()
/php-src/docs/
H A Drelease-process.md387 # 3: Call for Papers [cfp]

Completed in 34 milliseconds