Home
last modified time | relevance | path

Searched refs:hashed_len (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/odbc/
H A Dphp_odbc.c2583 int hashed_len, cur_opt; in odbc_do_connect() local
2609 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
2624 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) { in odbc_do_connect()
2646 if (zend_hash_str_update_mem(&EG(persistent_list), hashed_details, hashed_len, &new_le, in odbc_do_connect()
2678 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); in odbc_do_connect()
2695 if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) { in odbc_do_connect()
2711 zend_hash_str_del(&EG(regular_list), hashed_details, hashed_len); in odbc_do_connect()
2729 …if (zend_hash_str_update_mem(&EG(regular_list), hashed_details, hashed_len, (void *) &new_index_pt… in odbc_do_connect()

Completed in 17 milliseconds