Home
last modified time | relevance | path

Searched refs:persistent_list (Results 1 – 16 of 16) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_list.c220 zend_hash_init_ex(&EG(persistent_list), 8, NULL, plist_entry_destructor, 1, 0); in zend_init_rsrc_plist()
263 …zend_hash_apply_with_argument(&EG(persistent_list), clean_module_resource, (void *) &(ld->resource… in zend_clean_module_rsrc_dtors_cb()
H A Dzend_globals.h182 HashTable persistent_list; member
H A Dzend.c648 if (&executor_globals->persistent_list != global_persistent_list) { in executor_globals_dtor()
649 zend_destroy_rsrc_list(&executor_globals->persistent_list); in executor_globals_dtor()
884 zend_destroy_rsrc_list(&EG(persistent_list)); in zend_post_startup()
896 global_persistent_list = &EG(persistent_list); in zend_post_startup()
904 zend_destroy_rsrc_list(&EG(persistent_list)); in zend_shutdown()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_vio.c211 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD()
212 origin_dtor = EG(persistent_list).pDestructor; in MYSQLND_METHOD()
218 EG(persistent_list).pDestructor = NULL; in MYSQLND_METHOD()
219 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_details_len); in MYSQLND_METHOD()
220 EG(persistent_list).pDestructor = origin_dtor; in MYSQLND_METHOD()
H A Dmysqlnd_net.c221 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD()
222 origin_dtor = EG(persistent_list).pDestructor; in MYSQLND_METHOD()
228 EG(persistent_list).pDestructor = NULL; in MYSQLND_METHOD()
229 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_details_len); in MYSQLND_METHOD()
230 EG(persistent_list).pDestructor = origin_dtor; in MYSQLND_METHOD()
/PHP-7.2/ext/oci8/
H A Doci8.c1187 zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); in PHP_RSHUTDOWN_FUNCTION()
1318 zvp = zend_hash_find(&EG(persistent_list), connection->hash_key); in php_oci_pconnection_list_np_dtor()
1321 zend_hash_del(&EG(persistent_list), connection->hash_key); in php_oci_pconnection_list_np_dtor()
1805 if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { in php_oci_do_connect_ex()
1842 zend_hash_del(&EG(persistent_list), connection->hash_key); in php_oci_do_connect_ex()
1928 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1940 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1955 zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); in php_oci_do_connect_ex()
2065 …zend_hash_update_mem(&EG(persistent_list), connection->hash_key, (void *)&new_le, sizeof(zend_reso… in php_oci_do_connect_ex()
2932 spool_out_zv = zend_hash_find(&EG(persistent_list), spool_hashed_details.s); in php_oci_get_spool()
[all …]
/PHP-7.2/ext/dba/
H A Ddba.c486 zend_hash_apply_with_argument(&EG(persistent_list), dba_close_pe_rsrc_deleter, info); in dba_close_pe_rsrc()
689 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), key, keylen)) != NULL) { in php_dba_open()
1003 if (zend_hash_str_update(&EG(persistent_list), key, keylen, &new_le) == NULL) { in php_dba_open()
/PHP-7.2/ext/interbase/
H A Dinterbase.c963 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) { in _php_ibase_connect()
973 zend_hash_str_del(&EG(persistent_list), hash, sizeof(hash)-1); in _php_ibase_connect()
1003 if (zend_hash_str_update_mem(&EG(persistent_list), hash, sizeof(hash)-1, in _php_ibase_connect()
/PHP-7.2/main/streams/
H A Dstreams.c96 zend_hash_apply(&EG(persistent_list), forget_persistent_resource_id_numbers); in PHP_RSHUTDOWN_FUNCTION()
113 …if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != N… in php_stream_from_persistent_id()
304 if (NULL == zend_hash_str_update(&EG(persistent_list), persistent_id, in _php_stream_alloc()
509 zend_hash_apply_with_argument(&EG(persistent_list), _php_stream_free_persistent, stream); in _php_stream_free()
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c168 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
233 …zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(hash_key), ZSTR_LEN(hash_key), &le, sizeof…
H A Dmysqli.c965 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); in PHP_RSHUTDOWN_FUNCTION()
H A Dmysqli_api.c687 if ((le = zend_hash_find_ptr(&EG(persistent_list), mysql->hash_key)) != NULL) { in php_mysqli_close()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c295 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) { in PHP_METHOD()
372 if ((zend_hash_str_update_mem(&EG(persistent_list), in PHP_METHOD()
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1166 zend_hash_apply_with_argument(&EG(persistent_list), in PHP_FUNCTION()
2624 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) { in odbc_do_connect()
2646 if (zend_hash_str_update_mem(&EG(persistent_list), hashed_details, hashed_len, &new_le, in odbc_do_connect()
2678 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); in odbc_do_connect()
2775 …zend_hash_apply_with_argument(&EG(persistent_list), (apply_func_arg_t) _close_pconn_with_res, (voi… in PHP_FUNCTION()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1251 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()
1352 if ((le = zend_hash_find_ptr(&EG(persistent_list), str.s)) == NULL) { /* we don't */
1383 …if (zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(str.s), ZSTR_LEN(str.s), &new_le, size…
1413 zend_hash_del(&EG(persistent_list), str.s);
/PHP-7.2/ext/soap/
H A Dphp_sdl.c3185 zend_hash_str_del(&EG(persistent_list), uri, uri_len); in get_sdl()

Completed in 98 milliseconds