Searched refs:cursors (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityJoin.java222 private Cursor[] cursors; field in class:EntityJoin.JoinForwardCursor
231 cursors = new Cursor[conditions.size()];
232 for (int i = 0; i < cursors.length; i += 1) {
240 cursors[i] = cursor;
242 joinCursor = primary.getDatabase().join(cursors, null);
308 for (int i = 0; i < cursors.length; i += 1) {
309 Cursor cursor = cursors[i];
313 cursors[i] = null;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java338 List cursors;
352 cursors = cdbCursors.writeCursors;
356 cursors = cdbCursors.readCursors;
360 if (cursors.size() > 0) {
361 Cursor other = ((Cursor) cursors.get(0));
366 cursors.add(cursor);
394 List cursors = writeCursor ? cdbCursors.writeCursors
396 if (cursors.contains(cursor)) {
398 cursors.add(newCursor);
H A DDataCursor.java107 Cursor[] cursors = new Cursor[indexCursors.length];
108 for (int i = 0; i < cursors.length; i += 1) {
109 cursors[i] = indexCursors[i].cursor.getCursor();
111 joinCursor = view.db.join(cursors, joinConfig);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabase.java250 To transaction-protect cursor operations, cursors must be opened and closed
884 Each cursor in the <code>cursors</code> array must have been
889 Once the cursors have been passed to this method, they should not be
892 position of the cursors will not be changed by this method or by the
895 @param cursors an array of cursors associated with this primary
908 public JoinCursor join(final Cursor[] cursors, JoinConfig config) argument
913 final Dbc[] dbcList = new Dbc[cursors.length];
914 for (int i = 0; i < cursors.length; i++)
915 dbcList[i] = (cursors[
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Djoin.t41 # no cursors supplied
43 ok 2, $@ =~ /Usage: \$db->BerkeleyDB::db_join\Q([cursors], flags=0)/;
47 ok 3, $@ =~ /db_join: No cursors in parameter list/;
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransaction.cpp264 HashSet<IDBCursor*> cursors; local
265 cursors.swap(m_openCursors);
266 for (HashSet<IDBCursor*>::iterator i = cursors.begin(); i != cursors.end(); ++i)
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_cds.c60 /* Check for live cursors. */
61 if (txn->cursors != 0) {
62 __db_errx(env, "CDS group has active cursors");
H A Ddb_cam.c77 * cursors at once here, a top-level one and a lower-level, off-page
111 * INVALID; in some cases, such as idup'ed read cursors
112 * and secondary update cursors, a cursor in a CDB
125 txn->cursors--;
131 txn->cursors--;
138 if (txn != NULL && F_ISSET(txn, TXN_PRIVATE) && txn->cursors == 0 &&
209 * All of the cursors passed to the underlying access methods by this
258 * All of the cursors passed to the underlying access methods by this
540 * All of the cursors passed to the underlying access methods by this
541 * routine are duplicated cursors
[all...]
H A Ddb_am.c60 * of cursors on the queue for a single database.
103 * all cursors opened in the environment handle,
127 * than __db_cursor to create secondary update cursors
133 * close, all cursors in the secondary when we
240 * in case we opened some cursors before we were associated.
279 * The transaction keeps track of how many cursors were opened within
284 ++txn->cursors;
683 * If we're using CDB, opening these two cursors puts us
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DMicrosoft_SQL_Server.pm95 Your drivers do not seem to support dynamic cursors (odbc_cursortype => 2),
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DSQLAnywhere.pm144 A L<DBIx::Class> application can use a lot of cursors, due to the usage of
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DASE.pm991 have active cursors when doing an insert.
1000 begin a transaction while there are active cursors, nor can you use multiple
1001 active cursors within a transaction. An active cursor is, for example, a
1142 any active cursors, using eager cursors.
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dmessage.h199 dns_name_t *cursors[DNS_SECTION_MAX]; member in struct:dns_message
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmessage.c390 m->cursors[i] = NULL;
2229 msg->cursors[i] = NULL;
2258 msg->cursors[section] = ISC_LIST_HEAD(msg->sections[section]);
2260 if (msg->cursors[section] == NULL)
2270 REQUIRE(msg->cursors[section] != NULL);
2272 msg->cursors[section] = ISC_LIST_NEXT(msg->cursors[section], link);
2274 if (msg->cursors[section] == NULL)
2287 REQUIRE(msg->cursors[section] != NULL);
2289 *name = msg->cursors[sectio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.cpp1979 ASSERT(a->cursors() != b->cursors());
1980 return a->cursors() && b->cursors() && *a->cursors() == *b->cursors();
1985 return a->cursor() == b->cursor() && (a->cursors() == b->cursors() || areNonIdenticalCursorListsEqual(a, b));
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js10855 .ace_hidden-cursors .ace_cursor {\
12963 this.cursors = [];
12965 dom.addCssClass(this.element, "ace_hidden-cursors");
13008 this.cursors.push(el);
13013 if (this.cursors.length > 1) {
13014 var el = this.cursors.pop();
13022 dom.addCssClass(this.element, "ace_hidden-cursors");
13028 dom.removeCssClass(this.element, "ace_hidden-cursors");
13037 for (var i = this.cursors.length; i--; )
13038 this.cursors[
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn.c273 txn->cursors = 0;
1196 /* Check for live cursors. */
1197 if (txn->cursors != 0) {
1198 __db_errx(env, "transaction has active cursors");
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Ddemo.rb1153 cursors = %w(
1237 cursors.each{|cur|
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp1874 CursorList* cursors = style->cursors(); local
1875 if (cursors && cursors->size() > 0) {
1877 for (unsigned i = 0; i < cursors->size(); ++i)
1878 if (StyleImage* image = cursors->at(i).image())
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventHandler.cpp1338 if (style && style->cursors()) {
1339 const CursorList* cursors = style->cursors(); local
1340 for (unsigned i = 0; i < cursors->size(); ++i) {
1341 StyleImage* styleImage = (*cursors)[i].image();
1349 IntPoint hotSpot = (*cursors)[i].hotSpot();
1354 // Limit the size of cursors (in UI pixels) so that they cannot be
3597 // FIXME <rdar://7577595>: Custom cursors aren't supported during drag and drop (default to pointer).
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c145 static int cursors; variable
652 select one of the actual cursors. */
700 first_cursor = cursors;
722 ++cursors;
725 name.u.id = cursors;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs714 Trace(("End of BerkeleyDB::Term::close_all_cursors closed %d of %d cursors\n",closed, all)) ;
3431 _db_join(db, cursors, flags=0)
3434 AV * cursors
3447 I32 count = av_len(cursors) + 1 ;
3451 softCrash("db_join: No cursors in parameter list") ;
3454 SV * obj = (SV*) * av_fetch(cursors, i, FALSE) ;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in16 * Access method cursors.
793 u_int32_t cursors; /* Number of cursors open for txn */
1620 * Access method cursors.
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h17 * Access method cursors.
783 u_int32_t cursors; /* Number of cursors open for txn */ member in struct:__db_txn
1610 * Access method cursors.
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h17 * Access method cursors.
772 u_int32_t cursors; /* Number of cursors open for txn */ member in struct:__db_txn
1599 * Access method cursors.

Completed in 536 milliseconds

12