Home
last modified time | relevance | path

Searched refs:php_stream_flush (Results 1 – 14 of 14) sorted by path

/PHP-7.4/docs/
H A Dstreams.md33 PHPAPI int php_stream_flush(php_stream * stream);
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c198 php_stream_flush(stm->stream); in stm_commit()
/PHP-7.4/ext/curl/
H A Dinterface.c3254 php_stream_flush(stream); in PHP_FUNCTION()
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c229 if (php_stream_flush(c->fp) != 0) in cdb_make_finish()
236 return php_stream_flush(c->fp); in cdb_make_finish()
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c57 php_stream_flush(dba->fp); in flatfile_store()
62 php_stream_flush(dba->fp); in flatfile_store()
69 php_stream_flush(dba->fp); in flatfile_store()
79 php_stream_flush(dba->fp); in flatfile_store()
133 php_stream_flush(dba->fp); in flatfile_delete()
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c333 php_stream_flush(dba->fp); in inifile_find_group()
559 php_stream_flush(dba->fp); in inifile_delete_replace_append()
/PHP-7.4/ext/phar/
H A Dphar.c2821 php_stream_flush(file); in phar_flush()
2844 php_stream_flush(entry->cfp); in phar_flush()
H A Dutil.c779 php_stream_flush(ufp); in phar_open_entry_fp()
H A Dzip.c961 php_stream_flush(efp); in phar_zip_changed_apply_int()
976 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2774 RETURN_BOOL(!php_stream_flush(intern->u.file.stream)); in SPL_METHOD()
/PHP-7.4/ext/standard/
H A Dfile.c1235 ret = php_stream_flush(stream); in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h335 #define php_stream_flush(stream) _php_stream_flush((stream), 0) macro
/PHP-7.4/main/streams/
H A Dcast.c198 php_stream_flush(stream); in _php_stream_cast()
H A Dmemory.c454 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()

Completed in 66 milliseconds