Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c1159 static size_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int fla… in _php_stream_write_filtered() function
1225_php_stream_write_filtered(stream, NULL, 0, closing ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC … in _php_stream_flush()
1242 return _php_stream_write_filtered(stream, buf, count, PSFS_FLAG_NORMAL TSRMLS_CC); in _php_stream_write()

Completed in 19 milliseconds