hashed_details 182 ext/mysqlnd/mysqlnd_net.c char * hashed_details = NULL; hashed_details 195 ext/mysqlnd/mysqlnd_net.c hashed_details_len = mnd_sprintf(&hashed_details, 0, "%p", net); hashed_details 196 ext/mysqlnd/mysqlnd_net.c DBG_INF_FMT("hashed_details=%s", hashed_details); hashed_details 206 ext/mysqlnd/mysqlnd_net.c hashed_details, (net->data->options.timeout_connect) ? &tv : NULL, hashed_details 210 ext/mysqlnd/mysqlnd_net.c if (hashed_details) { hashed_details 211 ext/mysqlnd/mysqlnd_net.c mnd_sprintf_free(hashed_details); hashed_details 223 ext/mysqlnd/mysqlnd_net.c if (hashed_details) { hashed_details 231 ext/mysqlnd/mysqlnd_net.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_details_len))) { hashed_details 239 ext/mysqlnd/mysqlnd_net.c zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_details_len); hashed_details 247 ext/mysqlnd/mysqlnd_net.c mnd_sprintf_free(hashed_details); hashed_details 1802 ext/oci8/oci8.c smart_str hashed_details = {0}; hashed_details 1869 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "oci8***", sizeof("oci8***") - 1, 0); hashed_details 1870 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, username, username_len, 0); hashed_details 1871 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); hashed_details 1875 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0); hashed_details 1877 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); hashed_details 1881 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0); hashed_details 1883 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); hashed_details 1888 ext/oci8/oci8.c smart_str_append_unsigned_ex(&hashed_details, password_hash, 0); hashed_details 1890 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); hashed_details 1893 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); hashed_details 1895 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "**", sizeof("**") - 1, 0); hashed_details 1902 ext/oci8/oci8.c smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); hashed_details 1915 ext/oci8/oci8.c smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0); hashed_details 1920 ext/oci8/oci8.c smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); hashed_details 1921 ext/oci8/oci8.c smart_str_0(&hashed_details); hashed_details 1924 ext/oci8/oci8.c smart_str_appendl_ex(&hashed_details, "pc", sizeof("pc") - 1, 0); hashed_details 1928 ext/oci8/oci8.c php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); hashed_details 1933 ext/oci8/oci8.c if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) { hashed_details 1941 ext/oci8/oci8.c } else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) { hashed_details 1969 ext/oci8/oci8.c smart_str_free(&hashed_details); hashed_details 2011 ext/oci8/oci8.c (ZSTR_LEN(tmp->hash_key) == ZSTR_LEN(hashed_details.s)) && hashed_details 2012 ext/oci8/oci8.c (memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s), hashed_details 2028 ext/oci8/oci8.c smart_str_free(&hashed_details); hashed_details 2035 ext/oci8/oci8.c smart_str_free(&hashed_details); hashed_details 2056 ext/oci8/oci8.c zend_hash_del(&EG(persistent_list), hashed_details.s); hashed_details 2061 ext/oci8/oci8.c zend_hash_del(&EG(regular_list), hashed_details.s); hashed_details 2068 ext/oci8/oci8.c zend_hash_del(&EG(persistent_list), hashed_details.s); hashed_details 2070 ext/oci8/oci8.c zend_hash_del(&EG(regular_list), hashed_details.s); hashed_details 2094 ext/oci8/oci8.c connection->hash_key = zend_string_dup(hashed_details.s, 0); hashed_details 2104 ext/oci8/oci8.c connection->hash_key = zend_string_dup(hashed_details.s, 1); hashed_details 2116 ext/oci8/oci8.c connection->hash_key = zend_string_dup(hashed_details.s, 0); hashed_details 2135 ext/oci8/oci8.c smart_str_free(&hashed_details); hashed_details 2146 ext/oci8/oci8.c smart_str_free(&hashed_details); hashed_details 2571 ext/odbc/php_odbc.c char *hashed_details; hashed_details 2598 ext/odbc/php_odbc.c hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); hashed_details 2613 ext/odbc/php_odbc.c if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) { hashed_details 2618 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2623 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2628 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2635 ext/odbc/php_odbc.c if (zend_hash_str_update_mem(&EG(persistent_list), hashed_details, hashed_len, &new_le, hashed_details 2638 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2667 ext/odbc/php_odbc.c zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); hashed_details 2684 ext/odbc/php_odbc.c if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) { hashed_details 2697 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2700 ext/odbc/php_odbc.c zend_hash_str_del(&EG(regular_list), hashed_details, hashed_len); hashed_details 2705 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2710 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2718 ext/odbc/php_odbc.c if (zend_hash_str_update_mem(&EG(regular_list), hashed_details, hashed_len, (void *) &new_index_ptr, hashed_details 2720 ext/odbc/php_odbc.c efree(hashed_details); hashed_details 2726 ext/odbc/php_odbc.c efree(hashed_details);