Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_streams.h276 PHPAPI int _php_stream_free(php_stream *stream, int close_options TSRMLS_DC);
277 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options) TSRMLS_CC) argument
/PHP-5.3/main/streams/
H A Dstreams.c336 PHPAPI int _php_stream_free(php_stream *stream, int close_options TSRMLS_DC) /* {{{ */ in _php_stream_free()
340 int preserve_handle = close_options & PHP_STREAM_FREE_PRESERVE_HANDLE ? 1 : 0; in _php_stream_free()
356 …ee=%d opts=%08x\n", stream->ops->label, stream, stream->orig_path, stream->in_free, close_options); in _php_stream_free()
393 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0 && remove_rsrc) { in _php_stream_free()
407 if (close_options & PHP_STREAM_FREE_CALL_DTOR) { in _php_stream_free()
431 if (close_options & PHP_STREAM_FREE_RELEASE_STREAM) { in _php_stream_free()
454 if (stream->is_persistent && (close_options & PHP_STREAM_FREE_PERSISTENT)) { in _php_stream_free()
459 …if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && (stream->__exposed == 0) && (EG(error_reporting… in _php_stream_free()

Completed in 13 milliseconds