Home
last modified time | relevance | path

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

/PHP-5.3/ext/odbc/
H A Dphp_odbc.c2496 int hashed_len, cur_opt; in odbc_do_connect() local
2522 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
2537 …if (zend_hash_find(&EG(persistent_list), hashed_details, hashed_len + 1, (void **) &le) == FAILURE… in odbc_do_connect()
2558 if (zend_hash_update(&EG(persistent_list), hashed_details, hashed_len + 1, &new_le, in odbc_do_connect()
2589 zend_hash_del(&EG(persistent_list), hashed_details, hashed_len + 1); in odbc_do_connect()
2605 …if (zend_hash_find(&EG(regular_list), hashed_details, hashed_len + 1, (void **) &index_ptr) == SUC… in odbc_do_connect()
2622 zend_hash_del(&EG(regular_list), hashed_details, hashed_len + 1); in odbc_do_connect()
2639 if (zend_hash_update(&EG(regular_list), hashed_details, hashed_len + 1, (void *) &new_index_ptr, in odbc_do_connect()

Completed in 13 milliseconds