Home
last modified time | relevance | path

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

Completed in 18 milliseconds