Home
last modified time | relevance | path

Searched refs:_php_stream_write_filtered (Results 1 – 1 of 1) sorted by path

/PHP-7.1/main/streams/
H A Dstreams.c1142 static size_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int fla… in _php_stream_write_filtered() function
1208_php_stream_write_filtered(stream, NULL, 0, closing ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC … in _php_stream_flush()
1229 bytes = _php_stream_write_filtered(stream, buf, count, PSFS_FLAG_NORMAL); in _php_stream_write()

Completed in 13 milliseconds