Lines Matching refs:hashed_details

1681 	smart_str hashed_details = {0};  in php_oci_do_connect_ex()  local
1741 smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); in php_oci_do_connect_ex()
1742 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1743 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1747 …smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); in php_oci_do_connect_ex()
1749 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1753 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
1755 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1760 smart_str_append_unsigned_ex(&hashed_details, password_hash, 0); in php_oci_do_connect_ex()
1762 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1765 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1767 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1774 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
1787 smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0); in php_oci_do_connect_ex()
1792 smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); in php_oci_do_connect_ex()
1794 smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); in php_oci_do_connect_ex()
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()
1805 if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { in php_oci_do_connect_ex()
1813 } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { in php_oci_do_connect_ex()
1841 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1883 (ZSTR_LEN(tmp->hash_key) == ZSTR_LEN(hashed_details.s)) && in php_oci_do_connect_ex()
1884 (memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s), 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()
1940 zend_hash_del(&EG(persistent_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()
1966 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1977 connection->hash_key = zend_string_dup(hashed_details.s, 1); in php_oci_do_connect_ex()
1990 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
2010 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
2021 smart_str_free(&hashed_details); in php_oci_do_connect_ex()