Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dstreams.c446 if (stream->flags & PHP_STREAM_FLAG_WAS_WRITTEN || stream->writefilters.head) { in _php_stream_free()
1230 stream->flags &= ~PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_flush()
1260 stream->flags |= PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_write()
/PHP-8.1/main/
H A Dphp_streams.h188 #define PHP_STREAM_FLAG_WAS_WRITTEN 0x80000000 macro

Completed in 15 milliseconds