SQLGetCursorName 1527 ext/odbc/php_odbc.c 		rc = SQLGetCursorName(result->stmt,cursorname,(SQLSMALLINT)max_len,&len);
SQLGetCursorName  794 ext/pdo_odbc/odbc_stmt.c 			rc = SQLGetCursorName(S->stmt, buf, sizeof(buf), &len);