Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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-5.5/ext/dba/libinifile/
H A Dinifile.c332 php_stream_flush(dba->fp); in inifile_find_group()
555 php_stream_flush(dba->fp); in inifile_delete_replace_append()
/PHP-5.5/main/streams/
H A Dcast.c207 php_stream_flush(stream); in _php_stream_cast()
H A Dmemory.c444 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c201 php_stream_flush(stm->stream); in stm_commit()
/PHP-5.5/main/
H A Dphp_streams.h322 #define php_stream_flush(stream) _php_stream_flush((stream), 0 TSRMLS_CC) macro
/PHP-5.5/ext/phar/
H A Dzip.c901 php_stream_flush(efp); in phar_zip_changed_apply()
916 php_stream_flush(entry->cfp); in phar_zip_changed_apply()
H A Dphar.c2888 php_stream_flush(file);
2911 php_stream_flush(entry->cfp);
H A Dutil.c791 php_stream_flush(ufp); in phar_open_entry_fp()
/PHP-5.5/
H A DREADME.STREAMS37 PHPAPI int php_stream_flush(php_stream * stream);
/PHP-5.5/ext/standard/
H A Dfile.c1223 ret = php_stream_flush(stream); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2738 RETURN_BOOL(!php_stream_flush(intern->u.file.stream)); in SPL_METHOD()
/PHP-5.5/ext/curl/
H A Dinterface.c2996 php_stream_flush(stream); in PHP_FUNCTION()

Completed in 64 milliseconds