Home
last modified time | relevance | path

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

/PHP-7.1/main/streams/
H A Dstreams.c438 if (stream->flags & PHP_STREAM_FLAG_WAS_WRITTEN) { in _php_stream_free()
1211 stream->flags &= ~PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_flush()
1235 stream->flags |= PHP_STREAM_FLAG_WAS_WRITTEN; in _php_stream_write()
/PHP-7.1/main/
H A Dphp_streams.h188 #define PHP_STREAM_FLAG_WAS_WRITTEN 0x80000000 macro

Completed in 18 milliseconds