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

/macosx-10.10.1/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.10.1/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.10.1/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.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.css243 div.CodeMirror-cursors {
248 .CodeMirror-focused div.CodeMirror-cursors {
269 .CodeMirror div.CodeMirror-cursors {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.css243 div.CodeMirror-cursors {
248 .CodeMirror-focused div.CodeMirror-cursors {
269 .CodeMirror div.CodeMirror-cursors {
/macosx-10.10.1/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.10.1/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.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dmessage.h199 dns_name_t *cursors[DNS_SECTION_MAX]; member in struct:dns_message
/macosx-10.10.1/bind9-45.101/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.10.1/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.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Ddemo.rb1153 cursors = %w(
1237 cursors.each{|cur|
/macosx-10.10.1/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.10.1/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.10.1/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.10.1/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.10.1/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.
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h17 * Access method cursors.
781 u_int32_t cursors; /* Number of cursors open for txn */ member in struct:__db_txn
1608 * Access method cursors.
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Ddb.h17 * Access method cursors.
820 u_int32_t cursors; /* Number of cursors open for txn */ member in struct:__db_txn
1647 * Access method cursors.
/macosx-10.10.1/BerkeleyDB-21/db/build_windows/
H A Ddb.h17 * Access method cursors.
820 u_int32_t cursors; /* Number of cursors open for txn */ member in struct:__db_txn
1647 * Access method cursors.

Completed in 325 milliseconds