Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dstreams.c330 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options) /* {{{ */ in _php_stream_free_enclosed()
338 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options()
365 PHPAPI int _php_stream_free(php_stream *stream, int close_options) /* {{{ */ in _php_stream_free()
/PHP-7.4/main/
H A Dphp_streams.h277 #define php_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_… argument
297 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options)) argument

Completed in 19 milliseconds