Home
last modified time | relevance | path

Searched refs:php_stream_free (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/main/streams/
H A Dcast.c295 php_stream_free(stream, PHP_STREAM_FREE_CLOSE_CASTED); in _php_stream_cast()
345 php_stream_free(stream, PHP_STREAM_FREE_CLOSE_CASTED); in _php_stream_cast()
H A Dmemory.c418 …ret = php_stream_free(ts->innerstream, PHP_STREAM_FREE_CLOSE | (close_handle ? 0 : PHP_STREAM_FREE… in php_stream_temp_close()
H A Dstreams.c1546 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1552 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_net.c127 php_stream_free(net->stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in MYSQLND_METHOD()
129 php_stream_free(net->stream, PHP_STREAM_FREE_CLOSE); in MYSQLND_METHOD()
936 php_stream_free(net->stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR); in mysqlnd_net_free()
938 php_stream_free(net->stream, PHP_STREAM_FREE_CLOSE); in mysqlnd_net_free()
H A Dmysqlnd_debug.c520 php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE); in MYSQLND_METHOD()
/PHP-5.3/ext/bz2/
H A Dbz2.c168php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE | (close_handle == 0 ? PHP_STREAM_FREE_PRESERV… in php_bz2iop_close()
/PHP-5.3/main/
H A Dphp_streams.h277 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options) TSRMLS_CC) macro
/PHP-5.3/ext/spl/
H A Dspl_directory.c109 php_stream_free(intern->u.file.stream, PHP_STREAM_FREE_CLOSE); in spl_filesystem_object_free_storage()
111 php_stream_free(intern->u.file.stream, PHP_STREAM_FREE_CLOSE_PERSISTENT); in spl_filesystem_object_free_storage()

Completed in 46 milliseconds