Searched refs:hashed_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 2529 int hashed_len, cur_opt; in odbc_do_connect() local 2555 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect() 2570 …if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_len + 1, (void **) &le) == FAILURE… in odbc_do_connect() 2591 if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_len + 1, &new_le, in odbc_do_connect() 2622 zend_hash_del(&EG(persistent_list), hashed_details, hashed_len + 1); in odbc_do_connect() 2638 …if (zend_hash_find(&EG(regular_list), hashed_details, hashed_len + 1, (void **) &index_ptr) == SUC… in odbc_do_connect() 2655 zend_hash_del(&EG(regular_list), hashed_details, hashed_len + 1); in odbc_do_connect() 2672 if (zend_hash_update(&EG(regular_list), hashed_details, hashed_len + 1, (void *) &new_index_ptr, in odbc_do_connect()
|
Completed in 10 milliseconds