Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c359 if (close_options & PHP_STREAM_FREE_CALL_DTOR) in _php_stream_pretty_free_options()
361 if (close_options & PHP_STREAM_FREE_RELEASE_STREAM) in _php_stream_pretty_free_options()
363 if (close_options & PHP_STREAM_FREE_PRESERVE_HANDLE) in _php_stream_pretty_free_options()
365 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
367 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
369 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
423 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
457 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
464 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0) { in _php_stream_free()
473 if (close_options & PHP_STREAM_FREE_CALL_DTOR) { in _php_stream_free()
[all …]
/PHP-5.5/main/
H A Dphp_streams.h263 …_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_enclosed),… argument
264 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC);
281 PHPAPI int _php_stream_free(php_stream *stream, int close_options TSRMLS_DC);
282 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options) TSRMLS_CC) argument

Completed in 18 milliseconds