Home
last modified time | relevance | path

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

/PHP-8.4/main/
H A Dphp_streams.h350 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only);
351 #define php_stream_sync(stream, d) _php_stream_sync((stream), (d))
/PHP-8.4/main/streams/
H A Dstreams.c1463 PHPAPI int _php_stream_sync(php_stream *stream, bool data_only) in _php_stream_sync() function

Completed in 15 milliseconds