Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/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.2/main/streams/
H A Dcast.c198 php_stream_flush(stream); in _php_stream_cast()
H A Dmemory.c435 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c200 php_stream_flush(stm->stream); in stm_commit()
/PHP-7.2/main/
H A Dphp_streams.h335 #define php_stream_flush(stream) _php_stream_flush((stream), 0) macro
/PHP-7.2/ext/phar/
H A Dzip.c920 php_stream_flush(efp); in phar_zip_changed_apply_int()
935 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
H A Dphar.c2811 php_stream_flush(file);
2834 php_stream_flush(entry->cfp);
H A Dutil.c783 php_stream_flush(ufp); in phar_open_entry_fp()
/PHP-7.2/
H A DREADME.STREAMS37 PHPAPI int php_stream_flush(php_stream * stream);
/PHP-7.2/ext/standard/
H A Dfile.c1235 ret = php_stream_flush(stream); in PHP_FUNCTION()
/PHP-7.2/ext/spl/
H A Dspl_directory.c2767 RETURN_BOOL(!php_stream_flush(intern->u.file.stream)); in SPL_METHOD()
/PHP-7.2/ext/curl/
H A Dinterface.c3057 php_stream_flush(stream); in PHP_FUNCTION()

Completed in 77 milliseconds