Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_streams.h304 #define PHP_STREAM_FREE_PRESERVE_HANDLE 4 /* tell ops->close to not close its underlying handle */ macro
310 #define PHP_STREAM_FREE_CLOSE_CASTED (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PRESERVE_HANDLE)
/php-src/ext/bz2/
H A Dbz2.c136 …e(self->stream, PHP_STREAM_FREE_CLOSE | (close_handle == 0 ? PHP_STREAM_FREE_PRESERVE_HANDLE : 0)); in php_bz2iop_close()
/php-src/main/streams/
H A Dmemory.c403 …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 18 milliseconds