Lines Matching refs:hashed_details

1764 	smart_str hashed_details = {0};  in php_oci_do_connect_ex()  local
1831 smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); in php_oci_do_connect_ex()
1832 smart_str_appendl_ex(&hashed_details, username, username_len, 0); in php_oci_do_connect_ex()
1833 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1837 …smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); in php_oci_do_connect_ex()
1839 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1843 smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); in php_oci_do_connect_ex()
1845 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1850 smart_str_append_unsigned_ex(&hashed_details, password_hash, 0); in php_oci_do_connect_ex()
1852 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1855 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1857 smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); in php_oci_do_connect_ex()
1864 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
1877 smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0); in php_oci_do_connect_ex()
1882 smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); in php_oci_do_connect_ex()
1883 smart_str_0(&hashed_details); in php_oci_do_connect_ex()
1886 php_strtolower(hashed_details.c, hashed_details.len); in php_oci_do_connect_ex()
1891 …if (persistent && zend_hash_find(&EG(persistent_list), hashed_details.c, hashed_details.len+1, (vo… in php_oci_do_connect_ex()
1897 …} else if (!persistent && zend_hash_find(&EG(regular_list), hashed_details.c, hashed_details.len+1… in php_oci_do_connect_ex()
1931 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex()
1968 … if (tmp != NULL && rsrc_type == le_pconnection && strlen(tmp->hash_key) == hashed_details.len && in php_oci_do_connect_ex()
1969 …memcmp(tmp->hash_key, hashed_details.c, hashed_details.len) == 0 && zend_list_addref(connection->r… in php_oci_do_connect_ex()
1986 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex()
1993 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex()
2015 zend_hash_del(&EG(persistent_list), hashed_details.c, hashed_details.len+1); in php_oci_do_connect_ex()
2020 zend_hash_del(&EG(regular_list), hashed_details.c, hashed_details.len+1); in php_oci_do_connect_ex()
2027 zend_hash_del(&EG(persistent_list), hashed_details.c, hashed_details.len+1); in php_oci_do_connect_ex()
2029 zend_hash_del(&EG(regular_list), hashed_details.c, hashed_details.len+1); in php_oci_do_connect_ex()
2053 connection->hash_key = estrndup(hashed_details.c, hashed_details.len); in php_oci_do_connect_ex()
2060 connection->hash_key = zend_strndup(hashed_details.c, hashed_details.len); in php_oci_do_connect_ex()
2069 connection->hash_key = estrndup(hashed_details.c, hashed_details.len); in php_oci_do_connect_ex()
2085 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex()
2095 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex()