Home
last modified time | relevance | path

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

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

Completed in 22 milliseconds