Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dstreams.c333 close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING); in _php_stream_free_enclosed()
340 if (close_options & PHP_STREAM_FREE_CALL_DTOR) in _php_stream_pretty_free_options()
342 if (close_options & PHP_STREAM_FREE_RELEASE_STREAM) in _php_stream_pretty_free_options()
344 if (close_options & PHP_STREAM_FREE_PRESERVE_HANDLE) in _php_stream_pretty_free_options()
346 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
348 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
350 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
412 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
445 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
464 if (close_options & PHP_STREAM_FREE_CALL_DTOR) { in _php_stream_free()
[all …]
/PHP-7.4/main/
H A Dphp_streams.h277 …_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_enclosed),… argument
278 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options);
296 PHPAPI int _php_stream_free(php_stream *stream, int close_options);
297 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options)) argument

Completed in 15 milliseconds