cur_opt          2433 ext/odbc/php_odbc.c int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int cur_opt, int persistent)
cur_opt          2493 ext/odbc/php_odbc.c 	if (cur_opt != SQL_CUR_DEFAULT) {
cur_opt          2494 ext/odbc/php_odbc.c 		rc = SQLSetConnectOption((*conn)->hdbc, SQL_ODBC_CURSORS, cur_opt);
cur_opt          2572 ext/odbc/php_odbc.c 	int hashed_len, cur_opt;
cur_opt          2581 ext/odbc/php_odbc.c 	cur_opt = pv_opt;
cur_opt          2585 ext/odbc/php_odbc.c 		if (! (cur_opt == SQL_CUR_USE_IF_NEEDED || 
cur_opt          2586 ext/odbc/php_odbc.c 			cur_opt == SQL_CUR_USE_ODBC || 
cur_opt          2587 ext/odbc/php_odbc.c 			cur_opt == SQL_CUR_USE_DRIVER || 
cur_opt          2588 ext/odbc/php_odbc.c 			cur_opt == SQL_CUR_DEFAULT) ) {
cur_opt          2589 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING, "Invalid Cursor type (%d)", cur_opt);
cur_opt          2598 ext/odbc/php_odbc.c 	hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt);
cur_opt          2627 ext/odbc/php_odbc.c 			if (!odbc_sqlconnect(&db_conn, db, uid, pwd, cur_opt, 1)) {
cur_opt          2709 ext/odbc/php_odbc.c 		if (!odbc_sqlconnect(&db_conn, db, uid, pwd, cur_opt, 0)) {