Searched refs:cursor (Results 101 - 125 of 1034) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-4.x.t26 my $cursor = $db->db_cursor();
50 ok $cursor->c_get($k1, $v1, DB_GET_BOTH_RANGE) == 0;
H A Dqueue.t154 # create the cursor
155 ok my $cursor = $db->db_cursor() ;
161 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
169 ok $cursor->status() == DB_NOTFOUND ;
170 ok $cursor->status() eq $DB_errors{'DB_NOTFOUND'} ;
178 for ( $status = $cursor->c_get($k, $v, DB_LAST) ;
180 $status = $cursor->c_get($k, $v, DB_PREV)) {
188 ok $cursor->status() == $status ;
189 ok $cursor->status() eq $status ;
206 ok my $cursor
[all...]
H A Ddb-3.1.t46 # create a cursor
47 my $cursor = $db->db_cursor() ;
48 ok $cursor, " created cursor";
52 cmp_ok $cursor->c_get($key, $value, DB_SET), '==', 0, " c_get ok" ;
57 cmp_ok $cursor->c_count($count), '==', 0, " c_count ok" ;
61 cmp_ok $cursor->c_get($key, $value, DB_SET), '==', 0, " c_get ok" ;
65 cmp_ok $cursor->c_count($count), '==', 0, " c_count ok" ;
70 undef $cursor ;
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Drename.c44 krb5_kt_cursor cursor; local
66 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
74 ret = krb5_kt_next_entry(context, keytab, &entry, &cursor);
106 krb5_kt_end_seq_get(context, keytab, &cursor);
H A Dpurge.c106 krb5_kt_cursor cursor; local
122 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
128 while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0) {
132 krb5_kt_end_seq_get(context, keytab, &cursor);
136 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
142 while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0) {
165 ret = krb5_kt_end_seq_get(context, keytab, &cursor);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Diter_cred.c46 krb5_cccol_cursor cursor; local
52 ret = krb5_cccol_cursor_new (context, &cursor);
56 while (krb5_cccol_cursor_next (context, cursor, &id) == 0 && id != NULL) {
103 krb5_cccol_cursor_free(context, &cursor);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dunirepl.h48 * output text of this object. Update the 'cursor' parameter to
49 * give the cursor position and return the length of the
56 * @param cursor output parameter for the cursor position.
67 int32_t& cursor) = 0;
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBCursorBackendImpl.h47 static PassRefPtr<IDBCursorBackendImpl> create(PassRefPtr<IDBBackingStore::Cursor> cursor, IndexedDB::CursorType cursorType, IDBTransactionBackendImpl* transaction, int64_t objectStoreId) argument
49 return adoptRef(new IDBCursorBackendImpl(cursor, cursorType, IDBDatabaseBackendInterface::NormalTask, transaction, objectStoreId));
51 static PassRefPtr<IDBCursorBackendImpl> create(PassRefPtr<IDBBackingStore::Cursor> cursor, IndexedDB::CursorType cursorType, IDBDatabaseBackendInterface::TaskType taskType, IDBTransactionBackendImpl* transaction, int64_t objectStoreId) argument
53 return adoptRef(new IDBCursorBackendImpl(cursor, cursorType, taskType, transaction, objectStoreId));
/macosx-10.9.5/libunwind-35.3/testsuite/
H A Ddynamic_fde_registration.cxx67 unw_cursor_t cursor; local
76 unw_init_local(&cursor, &uc);
78 unw_get_proc_name(&cursor, functionName, 64, &offset);
84 } while (unw_step(&cursor) > 0);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sasldb/
H A Ddb_berkeley.c360 DBC *cursor; member in struct:berkeleydb_handle
391 handle->cursor = NULL;
413 if(!dbh->cursor) {
414 /* make cursor */
417 result = mbdb->cursor(mbdb, NULL,&dbh->cursor);
419 result = mbdb->cursor(mbdb, NULL,&dbh->cursor, 0);
422 result = mbdb->cursor(mbdb, NULL,&dbh->cursor,
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dentry.rb31 def cursor method in class:Tk
34 alias icursor cursor
35 def cursor=(index)
40 alias icursor= cursor=
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dpanedwindow.tcl73 set cursor ""
77 horizontal { set cursor hresize }
78 vertical { set cursor vresize }
81 ttk::setCursor $w $cursor
/macosx-10.9.5/libpcap-42/libpcap/
H A Dsf-pcap-ng.c186 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) argument
258 * Initialize the cursor.
260 cursor->data = p->buffer + sizeof(bhdr);
261 cursor->data_remaining = bhdr.total_length - sizeof(bhdr) -
263 cursor->block_type = bhdr.block_type;
268 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, argument
277 if (cursor->data_remaining < chunk_size) {
281 cursor->block_type);
288 data = cursor->data;
289 cursor
295 get_opthdr_from_block_data(struct pcapng_option_header *opthdr, int swapped, struct block_cursor *cursor, char *errbuf) argument
320 get_optvalue_from_block_data(struct block_cursor *cursor, struct pcapng_option_header *opthdr, char *errbuf) argument
342 process_idb_options(pcap_t *p, struct pcapng_interface_description_fields *idbp, struct block_cursor *cursor, u_int *tsresol, u_int64_t *tsoffset, char *errbuf) argument
508 struct block_cursor cursor; local
779 struct block_cursor cursor; local
1090 struct block_cursor cursor; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java20 * A cursor-like interface that enforces a key range. The method signatures
24 * <p>This is not a fully general implementation of a range cursor and should
26 * generally useful range cursor some day.</p>
33 * The cursor and secondary cursor are the same object. The secCursor is
36 private Cursor cursor; field in class:RangeCursor
47 * and the cursor is a secondary cursor. It further restricts the range of
71 * the cursor. It is used to implement the getNext/Prev logic for doing a
72 * getFirst/Last when the cursor i
83 RangeCursor(KeyRange range, KeyRange pkRange, boolean sortedDups, Cursor cursor) argument
1034 dupCursor(Cursor cursor, boolean samePosition) argument
1043 closeCursor(Cursor cursor) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dmode_javascript.js555 var cursor = editor.getCursorPosition();
556 var iterator = new TokenIterator(session, cursor.row, cursor.column);
558 var iterator2 = new TokenIterator(session, cursor.row, cursor.column + 1);
563 return iterator.getCurrentTokenRow() !== cursor.row ||
572 var cursor = editor.getCursorPosition();
573 var line = session.doc.getLine(cursor.row);
574 if (!this.isAutoInsertedClosing(cursor, line, autoInsertedLineEnd[0]))
576 autoInsertedRow = cursor
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DPrimaryKey.cpp72 DbCursor cursor(keychain->database());
74 // @@@ Set up cursor to find item with this.
83 cursor->recordType(rt);
84 cursor->conjunctive(CSSM_DB_AND);
96 cursor->add(CSSM_DB_EQUAL, infos.at(ix), value);
99 return cursor;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DPrimaryKey.cpp72 DbCursor cursor(keychain->database());
74 // @@@ Set up cursor to find item with this.
83 cursor->recordType(rt);
84 cursor->conjunctive(CSSM_DB_AND);
96 cursor->add(CSSM_DB_EQUAL, infos.at(ix), value);
99 return cursor;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DPrimaryKey.cpp72 DbCursor cursor(keychain->database());
74 // @@@ Set up cursor to find item with this.
83 cursor->recordType(rt);
84 cursor->conjunctive(CSSM_DB_AND);
96 cursor->add(CSSM_DB_EQUAL, infos.at(ix), value);
99 return cursor;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DColorCG.cpp124 static size_t cursor; local
125 cachedRGBAValues[cursor] = color.rgb();
126 cachedCGColors[cursor] = adoptCF(newCGColor);
127 if (++cursor == cacheSize)
128 cursor = 0;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DEntityJoin.java54 * // Perform the join operation by traversing the results with a cursor.
108 * Opens a cursor that returns the entities qualifying for the join. The
109 * join operation is performed as the returned cursor is accessed.
111 * <p>The operations performed with the cursor will not be transaction
114 * @return the cursor.
125 * Opens a cursor that returns the entities qualifying for the join. The
126 * join operation is performed as the returned cursor is accessed.
129 * the cursor, or null if the operations should not be transaction
132 * @param config the cursor configuration that determines the default lock
133 * mode used for all cursor operation
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkeytab_any.c123 krb5_kt_cursor cursor; member in struct:any_cursor_extra_data
142 ret = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor);
159 krb5_kt_cursor *cursor)
164 ed = (struct any_cursor_extra_data *)cursor->data;
166 ret = krb5_kt_next_entry(context, ed->a->kt, entry, &ed->cursor);
172 ret2 = krb5_kt_end_seq_get (context, ed->a->kt, &ed->cursor);
176 ret2 = krb5_kt_start_seq_get(context, ed->a->kt, &ed->cursor);
190 krb5_kt_cursor *cursor)
195 ed = (struct any_cursor_extra_data *)cursor->data;
197 ret = krb5_kt_end_seq_get(context, ed->a->kt, &ed->cursor);
156 any_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
188 any_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
[all...]
H A Dkeytab_keyfile.c241 krb5_kt_cursor *cursor)
248 pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
258 ret = krb5_ret_int32(cursor->sp, &kvno);
266 if (cursor->data)
280 ret = krb5_storage_read(cursor->sp, entry->keyblock.keyvalue.data, 8);
291 if (cursor->data) {
292 krb5_storage_seek(cursor->sp, pos + 4 + 8, SEEK_SET);
293 cursor->data = NULL;
295 cursor->data = cursor;
238 akf_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
300 akf_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXCursor.c4 * This file contains Macintosh specific cursor related routines.
19 * There are three different ways to set the cursor on the Mac.
24 #define NONE -1 /* Hidden cursor */
36 TkCursor info; /* Generic cursor info used by tkCursor.c */
37 Handle macCursor; /* Resource containing Macintosh cursor.
39 int type; /* Type of Mac cursor: for theme cursors
40 * this is the theme cursor constant,
43 * cursor. */
47 * The table below is used to map from the name of a predefined cursor
98 * cursor
367 CursHandle cursor; local
439 TkpSetCursor( TkpCursor cursor) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dpanedwindow.tcl113 # Handle motion on the widget. This is used to change the cursor
121 # May change the cursor. Sets up a timer to verify that we are still
130 set Priv($w,panecursor) [$w cget -cursor]
132 $w configure -cursor [$w cget -sashcursor]
134 $w configure -cursor sb_h_double_arrow
136 $w configure -cursor sb_v_double_arrow
147 $w configure -cursor $Priv($w,panecursor)
154 # Handles returning the normal cursor when we are no longer over the
162 # May restore the default cursor, or schedule a timer to do it.
172 $w configure -cursor
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dpanedwindow.tcl103 # Handle motion on the widget. This is used to change the cursor
111 # May change the cursor. Sets up a timer to verify that we are still
120 set Priv($w,panecursor) [$w cget -cursor]
123 $w configure -cursor sb_h_double_arrow
125 $w configure -cursor sb_v_double_arrow
128 $w configure -cursor [$w cget -sashcursor]
139 $w configure -cursor $Priv($w,panecursor)
146 # Handles returning the normal cursor when we are no longer over the
154 # May restore the default cursor, or schedule a timer to do it.
164 $w configure -cursor
[all...]

Completed in 199 milliseconds

1234567891011>>