Searched refs:_php_stream_sync (Results 1 – 2 of 2) sorted by relevance
350 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only);351 #define php_stream_sync(stream, d) _php_stream_sync((stream), (d))
1463 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only) in _php_stream_sync() function
Completed in 14 milliseconds