Home
last modified time | relevance | path

Searched refs:hashed_details (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c160 char * hashed_details = NULL; in MYSQLND_METHOD() local
173 hashed_details_len = mnd_sprintf(&hashed_details, 0, "%p", vio); in MYSQLND_METHOD()
174 DBG_INF_FMT("hashed_details=%s", hashed_details); in MYSQLND_METHOD()
184 hashed_details, (vio->data->options.timeout_connect) ? &tv : NULL, in MYSQLND_METHOD()
188 if (hashed_details) { in MYSQLND_METHOD()
189 mnd_sprintf_free(hashed_details); in MYSQLND_METHOD()
201 if (hashed_details) { in MYSQLND_METHOD()
209 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { in MYSQLND_METHOD()
217 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_details_len); in MYSQLND_METHOD()
225 mnd_sprintf_free(hashed_details); in MYSQLND_METHOD()
/PHP-7.4/ext/oci8/
H A Doci8.c1681 smart_str hashed_details = {0}; in php_oci_do_connect_ex() local
1797 smart_str_0(&hashed_details); in php_oci_do_connect_ex()
1800 php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); in php_oci_do_connect_ex()
1841 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1900 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1907 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1928 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1933 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1942 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
2010 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
[all …]
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c2594 char *hashed_details; in odbc_do_connect() local
2639 efree(hashed_details); in odbc_do_connect()
2644 efree(hashed_details); in odbc_do_connect()
2649 efree(hashed_details); in odbc_do_connect()
2655 efree(hashed_details); in odbc_do_connect()
2684 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); in odbc_do_connect()
2714 efree(hashed_details); in odbc_do_connect()
2717 zend_hash_str_del(&EG(regular_list), hashed_details, hashed_len); in odbc_do_connect()
2722 efree(hashed_details); in odbc_do_connect()
2727 efree(hashed_details); in odbc_do_connect()
[all …]

Completed in 39 milliseconds