Searched refs:_php_stream_flush (Results 1 – 2 of 2) sorted by relevance
351 PHPAPI int _php_stream_flush(php_stream *stream, int closing);352 #define php_stream_flush(stream) _php_stream_flush((stream), 0)
451 _php_stream_flush(stream, 1); in _php_stream_free()1271 PHPAPI int _php_stream_flush(php_stream *stream, int closing) in _php_stream_flush() function1380 _php_stream_flush(stream, 0); in _php_stream_seek()
Completed in 14 milliseconds