Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_IGNORE_ENCLOSING (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()
350 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
380 !(close_options & (PHP_STREAM_FREE_RSRC_DTOR|PHP_STREAM_FREE_IGNORE_ENCLOSING))) { in _php_stream_free()
401 …if ((stream->in_free == 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclo… in _php_stream_free()
413 !(close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && in _php_stream_free()
/PHP-7.4/main/
H A Dphp_streams.h290 #define PHP_STREAM_FREE_IGNORE_ENCLOSING 32 /* don't close the enclosing stream instead */ macro

Completed in 15 milliseconds