Home
last modified time | relevance | path

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

/PHP-7.4/ext/odbc/
H A Dphp_odbc.c2595 int hashed_len, cur_opt; in odbc_do_connect() local
2621 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
2636 if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) { in odbc_do_connect()
2653 if (zend_register_persistent_resource(hashed_details, hashed_len, db_conn, le_pconn) == NULL) { in odbc_do_connect()
2684 zend_hash_str_del(&EG(persistent_list), hashed_details, hashed_len); in odbc_do_connect()
2701 if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) { in odbc_do_connect()
2717 zend_hash_str_del(&EG(regular_list), hashed_details, hashed_len); in odbc_do_connect()
2735 zend_hash_str_update_mem(&EG(regular_list), hashed_details, hashed_len, (void *) &new_index_ptr, in odbc_do_connect()

Completed in 18 milliseconds