Searched refs:_php_stream_flush (Results 1 – 2 of 2) sorted by relevance
332 PHPAPI int _php_stream_flush(php_stream *stream, int closing);333 #define php_stream_flush(stream) _php_stream_flush((stream), 0)
439 _php_stream_flush(stream, 1); in _php_stream_free()1185 PHPAPI int _php_stream_flush(php_stream *stream, int closing) in _php_stream_flush() function1283 _php_stream_flush(stream, 0); in _php_stream_seek()
Completed in 14 milliseconds