Home
last modified time | relevance | path

Searched refs:zend_register_list_destructors_ex (Results 1 – 15 of 15) sorted by relevance

/php-src/Zend/
H A Dzend_list.h42 ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const cha…
H A Dzend_list.c265 ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const cha… in zend_register_list_destructors_ex() function
/php-src/ext/pdo/
H A Dpdo.c266 le_ppdo = zend_register_list_destructors_ex(NULL, php_pdo_pdbh_dtor, in PHP_MINIT_FUNCTION()
/php-src/ext/standard/
H A Duser_filters.c82 …le_bucket_brigade = zend_register_list_destructors_ex(NULL, NULL, PHP_STREAM_BRIGADE_RES_NAME, mod… in PHP_MINIT_FUNCTION()
84 …le_bucket = zend_register_list_destructors_ex(php_bucket_dtor, NULL, PHP_STREAM_BUCKET_RES_NAME, m… in PHP_MINIT_FUNCTION()
H A Dproc_open.c330 le_proc_open = zend_register_list_destructors_ex(proc_open_rsrc_dtor, NULL, "process", in PHP_MINIT_FUNCTION()
H A Dfile.c163 …le_stream_context = zend_register_list_destructors_ex(file_context_dtor, NULL, "stream-context", m… in PHP_INI_END()
/php-src/main/streams/
H A Dstreams.c1858 …le_stream = zend_register_list_destructors_ex(stream_resource_regular_dtor, NULL, "stream", module… in php_init_stream_wrappers()
1859 …le_pstream = zend_register_list_destructors_ex(NULL, stream_resource_persistent_dtor, "persistent … in php_init_stream_wrappers()
1862 le_stream_filter = zend_register_list_destructors_ex(NULL, NULL, "stream filter", module_number); in php_init_stream_wrappers()
H A Duserspace.c82 le_protocols = zend_register_list_destructors_ex(stream_wrapper_dtor, NULL, "stream factory", 0); in PHP_MINIT_FUNCTION()
/php-src/ext/mysqli/
H A Dmysqli.c499 le_pmysqli = zend_register_list_destructors_ex(NULL, php_mysqli_dtor, in PHP_MINIT_FUNCTION()
/php-src/ext/dba/
H A Ddba.c405 …le_pdb = zend_register_list_destructors_ex(NULL, close_pconnection, "dba persistent", module_numbe… in PHP_MINIT_FUNCTION()
/php-src/ext/zend_test/
H A Dtest.c1308 …le_throwing_resource = zend_register_list_destructors_ex(le_throwing_resource_dtor, NULL, "throwin… in PHP_MINIT_FUNCTION()
/php-src/ext/zip/
H A Dphp_zip.c3173 …le_zip_dir = zend_register_list_destructors_ex(php_zip_free_dir, NULL, le_zip_dir_name, modu…
3174 …le_zip_entry = zend_register_list_destructors_ex(php_zip_free_entry, NULL, le_zip_entry_name, modu…
/php-src/main/
H A Dmain.c2210 le_index_ptr = zend_register_list_destructors_ex(NULL, NULL, "index pointer", 0); in php_module_startup()
/php-src/ext/odbc/
H A Dphp_odbc.c506 …le_pconn = zend_register_list_destructors_ex(NULL, _close_odbc_pconn, "odbc link persistent", modu… in PHP_MINIT_FUNCTION()
/php-src/ext/pgsql/
H A Dpgsql.c562 …le_plink = zend_register_list_destructors_ex(NULL, _close_pgsql_plink, "pgsql link persistent", mo… in PHP_MINIT_FUNCTION()

Completed in 105 milliseconds