Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dcast.c88 PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC | PHP_STREAM_FREE_RSRC_DTOR); in stream_cookie_closer()
131 PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC | PHP_STREAM_FREE_RSRC_DTOR); in stream_cookie_closer()
H A Dstreams.c346 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
380 !(close_options & (PHP_STREAM_FREE_RSRC_DTOR|PHP_STREAM_FREE_IGNORE_ENCLOSING))) { in _php_stream_free()
402 close_options |= PHP_STREAM_FREE_RSRC_DTOR; /* restore flag */ in _php_stream_free()
412 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
421 …ose_options | PHP_STREAM_FREE_CALL_DTOR | PHP_STREAM_FREE_KEEP_RSRC) & ~PHP_STREAM_FREE_RSRC_DTOR); in _php_stream_free()
445 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
454 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0 && stream->res) { in _php_stream_free()
1683 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1689 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c656 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
662 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
/PHP-7.4/main/
H A Dphp_streams.h288 #define PHP_STREAM_FREE_RSRC_DTOR 8 /* called from the resource list dtor */ macro

Completed in 19 milliseconds