Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/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.3/main/streams/
H A Dcast.c196 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()
/PHP-7.3/ext/com_dotnet/
H A Dcom_persist.c198 php_stream_flush(stm->stream); in stm_commit()
/PHP-7.3/main/
H A Dphp_streams.h333 #define php_stream_flush(stream) _php_stream_flush((stream), 0) macro
/PHP-7.3/ext/phar/
H A Dzip.c922 php_stream_flush(efp); in phar_zip_changed_apply_int()
937 php_stream_flush(entry->cfp); in phar_zip_changed_apply_int()
H A Dphar.c2826 php_stream_flush(file);
2849 php_stream_flush(entry->cfp);
H A Dutil.c781 php_stream_flush(ufp); in phar_open_entry_fp()
/PHP-7.3/
H A DREADME.STREAMS36 PHPAPI int php_stream_flush(php_stream * stream);
/PHP-7.3/ext/standard/
H A Dfile.c1238 ret = php_stream_flush(stream); in PHP_FUNCTION()
/PHP-7.3/ext/spl/
H A Dspl_directory.c2745 RETURN_BOOL(!php_stream_flush(intern->u.file.stream)); in SPL_METHOD()
/PHP-7.3/ext/curl/
H A Dinterface.c3186 php_stream_flush(stream); in PHP_FUNCTION()

Completed in 85 milliseconds