Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dphp_stream_mmap.h67 #define php_stream_mmap_possible(stream) (!php_stream_is_filtered((stream)) && php_stream_mmap_su…
H A Dcast.c221 !php_stream_is_filtered(stream) && in _php_stream_cast()
263 …if (!php_stream_is_filtered(stream) && stream->ops->cast && stream->ops->cast(stream, castas, NULL… in _php_stream_cast()
297 if (php_stream_is_filtered(stream)) { in _php_stream_cast()
H A Dphp_stream_filter_api.h140 #define php_stream_is_filtered(stream) ((stream)->readfilters.head || (stream)->writefilters.head) macro

Completed in 13 milliseconds