Home
last modified time | relevance | path

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

/PHP-8.0/main/streams/
H A Dstreams.c328 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options) /* {{{ */ in _php_stream_free_enclosed()
336 static const char *_php_stream_pretty_free_options(int close_options, char *out) in _php_stream_pretty_free_options()
363 PHPAPI int _php_stream_free(php_stream *stream, int close_options) /* {{{ */ in _php_stream_free()
/PHP-8.0/main/
H A Dphp_streams.h279 #define php_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_… argument
299 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options)) argument

Completed in 12 milliseconds