Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dplain_wrapper.c549 static int php_stdiop_sync(php_stream *stream, bool dataonly) in php_stdiop_sync() function
926 …return php_stdiop_sync(stream, 0) == 0 ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ER… in php_stdiop_set_option()
928 …return php_stdiop_sync(stream, 1) == 0 ? PHP_STREAM_OPTION_RETURN_OK : PHP_STREAM_OPTION_RETURN_ER… in php_stdiop_set_option()

Completed in 8 milliseconds