Home
last modified time | relevance | path

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

/PHP-5.4/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()
478 if (close_options & PHP_STREAM_FREE_CALL_DTOR) { in _php_stream_free()
[all …]
/PHP-5.4/main/
H A Dphp_streams.h267 …_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_enclosed),… argument
268 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC);
285 PHPAPI int _php_stream_free(php_stream *stream, int close_options TSRMLS_DC);
286 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options) TSRMLS_CC) argument
/PHP-5.4/
H A DUPGRADING.INTERNALS105 #define php_stream_free_enclosed(stream_enclosed, close_options)
106 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC);

Completed in 26 milliseconds