Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dstreams.c448 if (stream->flags & PHP_STREAM_FLAG_WAS_WRITTEN || stream->writefilters.head) { in _php_stream_free()
1237 stream->flags &= ~PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_flush()
1267 stream->flags |= PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_write()
/PHP-7.4/main/
H A Dphp_streams.h186 #define PHP_STREAM_FLAG_WAS_WRITTEN 0x80000000 macro

Completed in 14 milliseconds