Searched refs:hashed_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/odbc/ |
H A D | php_odbc.c | 2557 int hashed_len, cur_opt; in odbc_do_connect() local 2583 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect() 2598 …if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_len + 1, (void **) &le) == FAILURE… in odbc_do_connect() 2619 if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_len + 1, &new_le, in odbc_do_connect() 2650 zend_hash_del(&EG(persistent_list), hashed_details, hashed_len + 1); in odbc_do_connect() 2666 …if (zend_hash_find(&EG(regular_list), hashed_details, hashed_len + 1, (void **) &index_ptr) == SUC… in odbc_do_connect() 2683 zend_hash_del(&EG(regular_list), hashed_details, hashed_len + 1); in odbc_do_connect() 2700 if (zend_hash_update(&EG(regular_list), hashed_details, hashed_len + 1, (void *) &new_index_ptr, in odbc_do_connect()
|
Completed in 15 milliseconds