Home
last modified time | relevance | path

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

/PHP-5.5/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 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/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()
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/bz2/
H A Dbz2.c172php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE | (close_handle == 0 ? PHP_STREAM_FREE_PRESERV… in php_bz2iop_close()
/PHP-5.5/main/
H A Dphp_streams.h282 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options) TSRMLS_CC) macro
/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()
111 php_stream_free(intern->u.file.stream, PHP_STREAM_FREE_CLOSE_PERSISTENT); in spl_filesystem_object_free_storage()
/PHP-5.5/ext/sockets/
H A Dsockets.c1075 php_stream_free(stream, PHP_STREAM_FREE_CLOSE |

Completed in 74 milliseconds