Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_RSRC_DTOR (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/main/streams/
H A Dcast.c86 PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC | PHP_STREAM_FREE_RSRC_DTOR); in stream_cookie_closer()
129 PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC | PHP_STREAM_FREE_RSRC_DTOR); in stream_cookie_closer()
H A Dstreams.c344 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
378 !(close_options & (PHP_STREAM_FREE_RSRC_DTOR|PHP_STREAM_FREE_IGNORE_ENCLOSING))) { in _php_stream_free()
400 close_options |= PHP_STREAM_FREE_RSRC_DTOR; /* restore flag */ in _php_stream_free()
410 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
419 …ose_options | PHP_STREAM_FREE_CALL_DTOR | PHP_STREAM_FREE_KEEP_RSRC) & ~PHP_STREAM_FREE_RSRC_DTOR); in _php_stream_free()
443 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
452 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0 && stream->res) { in _php_stream_free()
1671 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1677 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c658 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
664 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
/PHP-8.1/main/
H A Dphp_streams.h291 #define PHP_STREAM_FREE_RSRC_DTOR 8 /* called from the resource list dtor */ macro

Completed in 23 milliseconds