Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dstreams.c449 if (stream->flags & PHP_STREAM_FLAG_WAS_WRITTEN || stream->writefilters.head) { in _php_stream_free()
1279 stream->flags &= ~PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_flush()
1309 stream->flags |= PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_write()
/php-src/main/
H A Dphp_streams.h198 #define PHP_STREAM_FLAG_WAS_WRITTEN 0x80000000 macro

Completed in 27 milliseconds