Lines Matching refs:hashed_details

1679 	smart_str hashed_details = {0};  in php_oci_do_connect_ex()  local
1739 smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); in php_oci_do_connect_ex()
1740 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1741 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1745 …smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); in php_oci_do_connect_ex()
1747 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1751 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
1753 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1758 smart_str_append_unsigned_ex(&hashed_details, password_hash, 0); in php_oci_do_connect_ex()
1760 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1763 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1765 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1772 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
1785 smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0); in php_oci_do_connect_ex()
1790 smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); in php_oci_do_connect_ex()
1792 smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); in php_oci_do_connect_ex()
1795 smart_str_0(&hashed_details); in php_oci_do_connect_ex()
1798 php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); in php_oci_do_connect_ex()
1803 if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { in php_oci_do_connect_ex()
1811 } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { in php_oci_do_connect_ex()
1839 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1881 (ZSTR_LEN(tmp->hash_key) == ZSTR_LEN(hashed_details.s)) && in php_oci_do_connect_ex()
1882 (memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s), in php_oci_do_connect_ex()
1906 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1913 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1938 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1943 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1950 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1952 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1976 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1987 connection->hash_key = zend_string_dup(hashed_details.s, 1); in php_oci_do_connect_ex()
2000 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
2020 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
2031 smart_str_free(&hashed_details); in php_oci_do_connect_ex()