Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_KEEP_RSRC (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/main/streams/
H A Dcast.c89 return php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC); in stream_cookie_closer()
131 return php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC); in stream_cookie_closer()
H A Dstreams.c411 …(close_options | PHP_STREAM_FREE_CALL_DTOR | PHP_STREAM_FREE_KEEP_RSRC) & ~PHP_STREAM_FREE_RSRC_DT… in _php_stream_free()
447 if ((close_options & PHP_STREAM_FREE_KEEP_RSRC) == 0) { in _php_stream_free()
/PHP-7.2/main/
H A Dphp_streams.h293 #define PHP_STREAM_FREE_KEEP_RSRC 64 /* keep associated zend_resource */ macro
/PHP-7.2/ext/standard/
H A Dfile.c918 PHP_STREAM_FREE_KEEP_RSRC | in PHP_FUNCTION()
/PHP-7.2/ext/sockets/
H A Dsockets.c1157 PHP_STREAM_FREE_KEEP_RSRC | PHP_STREAM_FREE_CLOSE |

Completed in 25 milliseconds