Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2546 int hashed_len, cur_opt; in odbc_do_connect() local
2572 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
2587 …if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_len + 1, (void **) &le) == FAILURE… in odbc_do_connect()
2608 if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_len + 1, &new_le, in odbc_do_connect()
2639 zend_hash_del(&EG(persistent_list), hashed_details, hashed_len + 1); in odbc_do_connect()
2655 …if (zend_hash_find(&EG(regular_list), hashed_details, hashed_len + 1, (void **) &index_ptr) == SUC… in odbc_do_connect()
2672 zend_hash_del(&EG(regular_list), hashed_details, hashed_len + 1); in odbc_do_connect()
2689 if (zend_hash_update(&EG(regular_list), hashed_details, hashed_len + 1, (void *) &new_index_ptr, in odbc_do_connect()

Completed in 18 milliseconds