Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FREE_CLOSE (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/main/
H A Dphp_streams.h277 #define PHP_STREAM_FREE_CLOSE (PHP_STREAM_FREE_CALL_DTOR | PHP_STREAM_FREE_RELEASE_STREAM) macro
278 #define PHP_STREAM_FREE_CLOSE_CASTED (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PRESERVE_HANDLE)
279 #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT)
283 #define php_stream_close(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE TSRMLS_CC)
/PHP-5.5/main/streams/
H A Dmemory.c382 php_stream_free_enclosed(ts->innerstream, PHP_STREAM_FREE_CLOSE); in php_stream_temp_write()
422 …ret = php_stream_free_enclosed(ts->innerstream, PHP_STREAM_FREE_CLOSE | (close_handle ? 0 : PHP_ST… in php_stream_temp_close()
507 php_stream_free_enclosed(ts->innerstream, PHP_STREAM_FREE_CLOSE); in php_stream_temp_cast()
H A Dstreams.c1620 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/bz2/
H A Dbz2.c172 …php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE | (close_handle == 0 ? PHP_STREAM_FREE_PRESERV… in php_bz2iop_close()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c1008 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
1011 php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE); in MYSQLND_METHOD()
H A Dmysqlnd_auth.c561 php_stream_free(stream, PHP_STREAM_FREE_CLOSE); in mysqlnd_sha256_get_rsa_key()
H A Dmysqlnd_debug.c481 php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE); in MYSQLND_METHOD()
/PHP-5.5/ext/sockets/
H A Dsockets.c1075 php_stream_free(stream, PHP_STREAM_FREE_CLOSE |
/PHP-5.5/ext/spl/
H A Dspl_directory.c109 php_stream_free(intern->u.file.stream, PHP_STREAM_FREE_CLOSE); in spl_filesystem_object_free_storage()

Completed in 43 milliseconds