Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_streams.h340 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only);
341 #define php_stream_sync(stream, d) _php_stream_sync((stream), (d))
/PHP-8.1/main/streams/
H A Dstreams.c1409 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only) in _php_stream_sync() function

Completed in 15 milliseconds