Lines Matching refs:hashed_details

802 	smart_str hashed_details = {0};  in php_oci_do_connect_ex()  local
862 smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); in php_oci_do_connect_ex()
863 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
864 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
868 …smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); in php_oci_do_connect_ex()
870 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
874 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
876 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
881 smart_str_append_unsigned_ex(&hashed_details, password_hash, 0); in php_oci_do_connect_ex()
883 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
886 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
888 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
895 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
908 smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0); in php_oci_do_connect_ex()
913 smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); in php_oci_do_connect_ex()
915 smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); in php_oci_do_connect_ex()
918 smart_str_0(&hashed_details); in php_oci_do_connect_ex()
921 zend_str_tolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); in php_oci_do_connect_ex()
926 if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { in php_oci_do_connect_ex()
934 } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { in php_oci_do_connect_ex()
962 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1004 zend_string_equals(tmp->hash_key, hashed_details.s)) { in php_oci_do_connect_ex()
1019 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1026 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1047 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1052 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1059 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1061 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1085 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1096 connection->hash_key = zend_string_dup(hashed_details.s, 1); in php_oci_do_connect_ex()
1109 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1129 smart_str_free(&hashed_details); in php_oci_do_connect_ex()
1140 smart_str_free(&hashed_details); in php_oci_do_connect_ex()