Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c365 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
413 close_options |= PHP_STREAM_FREE_RSRC_DTOR; /* restore flag */ in _php_stream_free()
423 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
433 (close_options | PHP_STREAM_FREE_CALL_DTOR) & ~PHP_STREAM_FREE_RSRC_DTOR TSRMLS_CC); in _php_stream_free()
457 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
464 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0) { in _php_stream_free()
525 …if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && (stream->__exposed == 0) && (EG(error_reporting… in _php_stream_free()
1620 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1626 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c1002 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
1008 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
/PHP-5.5/main/
H A Dphp_streams.h274 #define PHP_STREAM_FREE_RSRC_DTOR 8 /* called from the resource list dtor */ macro

Completed in 26 milliseconds