Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_PRESERVE_HANDLE (Results 1 – 4 of 4) sorted by path

/PHP-7.4/ext/bz2/
H A Dbz2.c204 …e(self->stream, PHP_STREAM_FREE_CLOSE | (close_handle == 0 ? PHP_STREAM_FREE_PRESERVE_HANDLE : 0)); in php_bz2iop_close()
/PHP-7.4/main/
H A Dphp_streams.h287 #define PHP_STREAM_FREE_PRESERVE_HANDLE 4 /* tell ops->close to not close it's underlying handle */ macro
293 #define PHP_STREAM_FREE_CLOSE_CASTED (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PRESERVE_HANDLE)
/PHP-7.4/main/streams/
H A Dmemory.c430 …sed(ts->innerstream, PHP_STREAM_FREE_CLOSE | (close_handle ? 0 : PHP_STREAM_FREE_PRESERVE_HANDLE)); in php_stream_temp_close()
H A Dstreams.c344 if (close_options & PHP_STREAM_FREE_PRESERVE_HANDLE) in _php_stream_pretty_free_options()
368 int preserve_handle = close_options & PHP_STREAM_FREE_PRESERVE_HANDLE ? 1 : 0; in _php_stream_free()

Completed in 24 milliseconds