Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dstreams.c331 close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING); in _php_stream_free_enclosed()
338 if (close_options & PHP_STREAM_FREE_CALL_DTOR) in _php_stream_pretty_free_options()
340 if (close_options & PHP_STREAM_FREE_RELEASE_STREAM) in _php_stream_pretty_free_options()
342 if (close_options & PHP_STREAM_FREE_PRESERVE_HANDLE) in _php_stream_pretty_free_options()
344 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
346 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
348 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
410 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
443 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
462 if (close_options & PHP_STREAM_FREE_CALL_DTOR) { in _php_stream_free()
[all …]
/PHP-8.1/main/
H A Dphp_streams.h280 …_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_enclosed),… argument
281 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options);
299 PHPAPI int _php_stream_free(php_stream *stream, int close_options);
300 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options)) argument

Completed in 16 milliseconds