Searched refs:cursor (Results 251 - 275 of 1034) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentity.cpp330 KCCursor cursor(keychains, kSecGenericPasswordItemClass, NULL);
338 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecServiceItemAttr), service);
339 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecTypeItemAttr), itemType);
341 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecScriptCodeItemAttr), (sint32)keyUsage);
344 if (!cursor->next(prefItem))
545 KCCursor cursor(keychains, kSecGenericPasswordItemClass, NULL);
547 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecServiceItemAttr), service);
548 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecTypeItemAttr), itemType);
550 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecScriptCodeItemAttr), (sint32)keyUsage);
554 bool add = (!cursor
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecIdentity.cpp330 KCCursor cursor(keychains, kSecGenericPasswordItemClass, NULL);
338 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecServiceItemAttr), service);
339 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecTypeItemAttr), itemType);
341 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecScriptCodeItemAttr), (sint32)keyUsage);
344 if (!cursor->next(prefItem))
545 KCCursor cursor(keychains, kSecGenericPasswordItemClass, NULL);
547 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecServiceItemAttr), service);
548 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecTypeItemAttr), itemType);
550 cursor->add(CSSM_DB_EQUAL, Schema::attributeInfo(kSecScriptCodeItemAttr), (sint32)keyUsage);
554 bool add = (!cursor
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c62 * 5 unable to perform BDB cursor operation
159 DBC *cursor; /* database cursor */ member in struct:bdb_instance
160 DBC *cursor2; /* second cursor used during list operation. */
161 DBC *cursor3; /* third cursor used during list operation */
162 DBC *cursor4; /* fourth cursor used during list operation */
424 if (db.cursor != NULL) {
425 db.cursor->c_close(db.cursor);
426 db.cursor
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dxcache.c396 krb5_cc_cursor *cursor)
420 *cursor = c;
429 krb5_cc_cursor *cursor,
432 struct xcc_cursor *c = *cursor;
469 krb5_cc_cursor *cursor)
471 free_cursor((struct xcc_cursor *)*cursor);
472 *cursor = NULL;
524 xcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
551 *cursor = c;
556 xcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccach argument
394 xcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
427 xcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
467 xcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
590 xcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest087.tcl8 # TEST Test of cursor stability when converting to and modifying
13 # TEST setting a reference cursor to point to each. Do each put twice,
94 set dbc($i) [$db cursor -txn $txn]
95 error_check_good "db cursor ($i)"\
113 set curs [$db cursor -txn $ctxn]
114 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
140 set curs [$db cursor -txn $ctxn]
141 error_check_good "db cursor create" [is_valid_cursor $curs $db]\
163 set curs [$db cursor -txn $ctxn]
164 error_check_good "db cursor creat
[all...]
H A Dsi002.tcl8 # TEST Basic cursor-based secondary index put/delete test
95 # Populate with a cursor, exercising keyfirst/keylast.
97 set pdbc [$pdb cursor]
129 set pdbc [$pdb cursor]
147 set sdbc [$sdb cursor]
176 Primary cursor delete loop: deleting $half entries"
177 set pdbc [$pdb cursor]
190 Secondary cursor delete loop: deleting $quar entries"
192 set sdbc [$sdb cursor]
H A Dsi004.tcl9 # TEST Basic cursor-based secondary index put/delete test, with
81 # Populate with a cursor put, exercising keyfirst/keylast.
85 set pdbc [$pdb cursor]
129 set pdbc [$pdb cursor]
148 set sdbc [$sdb cursor]
186 Primary cursor delete loop: deleting $half entries ... "
187 set pdbc [$pdb cursor]
213 Secondary cursor delete loop: deleting $quar entries"
215 set sdbc [$sdb cursor]
H A Dtest047.tcl82 set dbc [eval {$db cursor} $txn]
85 puts "\tTest$tnum.c: Get data with SET_RANGE, then delete by cursor."
91 # delete by cursor, make sure it is gone
99 Use another cursor to fix item on page, delete by db."
100 set dbcurs2 [eval {$db cursor} $txn]
158 Get dups key w/ SET_RANGE, pin onpage with another cursor."
165 set dbc [eval {$db cursor} $txn]
170 set dbc2 [eval {$db cursor} $txn]
226 set dbc [eval {$db cursor} $txn]
228 set dbc2 [eval {$db cursor}
[all...]
H A Dtest089.tcl10 # TEST Enhanced CDB testing to test off-page dups, cursor dups and
11 # TEST cursor operations like c_del then c_get.
31 puts "Test089: ($oargs) $method CDB Test cursor/dup operations"
87 puts "\tTest089.b: CDB cursor dups"
93 # Create a read-only cursor and make sure we can't write with it.
94 set dbcr [$db1 cursor]
99 [is_substr $ret "Write attempted on read-only cursor"] 1
102 # Create a write cursor and duplicate it.
103 set dbcw [$db1 cursor -update]
115 # datastr with original cursor an
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkPointer.c54 * controlling the global cursor. */
387 * Make sure the cursor window is up to date.
443 keyboard_mode, confine_to, cursor, time)
451 Cursor cursor;
544 * Set the windows global cursor to the cursor associated with
551 * Changes the mouse cursor.
560 Cursor cursor = None;
565 * A window inherits its cursor from its parent if it doesn't
567 * cursor
553 Cursor cursor = None; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DPrimaryIndex.java351 Cursor cursor = db.openCursor(txn, null);
356 cursor.getSearchKey(keyEntry, dataEntry, lockMode);
361 cursor.put(keyEntry, dataEntry);
366 status = cursor.putNoOverwrite(keyEntry, dataEntry);
374 cursor.close();
/macosx-10.9.5/BerkeleyDB-21/db/xa/
H A Dxa_db.c26 int (*cursor) __P((DB *, DB_TXN *, DBC **, u_int32_t)); member in struct:__xa_methods
138 xam->cursor = dbp->cursor;
143 dbp->cursor = __xa_cursor;
164 dbp->xa_internal)->cursor(dbp, txn, dbcp, flags));
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dkeypad.el57 ;; keypad-shifted-setup => Shifted cursor keys
118 (const :tag "Cursor keys" cursor)
119 (const :tag "Shifted cursor keys" S-cursor)
141 (const :tag "Cursor keys" cursor)
142 (const :tag "Shifted cursor keys" S-cursor)
164 (const :tag "Cursor keys" cursor)
165 (const :tag "Shifted cursor keys" S-cursor)
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_options.c232 * to emit different escape sequences for cursor and keypad keys. If we don't
285 int cursor = sp->_cursor; local
287 if (vis == cursor) {
288 result = cursor;
302 result = (cursor == -1 ? 1 : cursor);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dentry3.rb134 widget.cursor = idx - 2
137 widget.cursor = idx - 1
155 widget.cursor = idx + 2
158 widget.cursor = idx + 1
203 w.cursor = 3
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_file.c446 out->prev = out->cursor;
507 while ((status == ASL_STATUS_OK) && (s->cursor != 0))
1167 s->cursor = 0;
1177 s->cursor = 0;
1214 s->cursor = 0;
1232 s->cursor = 0;
1249 s->cursor = 0;
1269 if ((r.next != 0) && (r.next <= s->cursor))
1276 s->cursor = 0;
1281 s->cursor
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DBulkAccessExample.java116 // Acquire a cursor for the table.
117 Cursor cursor = table.openCursor(null, null);
126 while (cursor.getNext(foo, bulk_data, null) == OperationStatus.SUCCESS) {
134 cursor.close();
H A DBulkAccessNIOExample.java116 // Acquire a cursor for the table.
117 Cursor cursor = table.openCursor(null, null);
128 while (cursor.getNext(foo, bulk_data, null) == OperationStatus.SUCCESS) {
136 cursor.close();
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dklist.c241 krb5_cc_cursor cursor; local
298 ret = krb5_cc_start_seq_get (context, ccache, &cursor);
319 &cursor,
332 ret = krb5_cc_end_seq_get (context, ccache, &cursor);
515 krb5_cccol_cursor cursor; local
527 ret = krb5_cccol_cursor_new(context, &cursor);
546 while (krb5_cccol_cursor_next(context, cursor, &id) == 0 && id != NULL) {
591 krb5_cccol_cursor_free(context, &cursor);
635 krb5_cc_cache_cursor cursor; local
638 ret = krb5_cc_cache_get_first(kcc_context, NULL, &cursor);
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_db.c93 #define DICT_DB_CURSOR(db, curs) (db)->cursor((db), NULL, (curs))
95 #define DICT_DB_CURSOR(db, curs) (db)->cursor((db), NULL, (curs), 0)
120 DBC *cursor; /* dict_db_sequence() */ member in struct:__anon11849
446 if (dict_db->cursor == 0)
447 DICT_DB_CURSOR(db, &(dict_db->cursor));
451 if (dict_db->cursor == 0)
452 msg_panic("%s: no cursor", myname);
470 dict_db->cursor->c_get(dict_db->cursor, &db_key, &db_value, db_function);
542 if (dict_db->cursor)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/examples/
H A Dflatten.tcl234 set oldcursor [. cget -cursor]
235 . configure -cursor watch
252 . configure -cursor $oldcursor
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dmatchparen.vim37 " Return when there are no colors (looks like the cursor jumps).
42 " Get the character under the cursor and check if it's in 'matchpairs'.
51 " not found, in Insert mode try character before the cursor
77 " Find the match. When it was just before the cursor move it there for a
81 call cursor(c_lnum, c_col - before)
106 " keeping the cursor at the same position.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dtools.c27 static DBC *cursor = NULL; variable
119 if (cursor == NULL) {
120 int rc = bdb->bi_id2entry->bdi_db->cursor(
121 bdb->bi_id2entry->bdi_db, bdb->bi_cache.c_txn, &cursor,
214 if( cursor ) {
215 cursor->c_close( cursor );
216 cursor = NULL;
268 rc = cursor->c_get( cursor,
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSDatabase.cpp346 DbCursor cursor(SSDatabase(this));
347 cursor->recordType(CSSM_DL_DB_RECORD_ALL_KEYS);
351 while (cursor->next(&attributes, &keyBlob, keyBlobId))
432 DbCursor cursor(SSDatabase(this));
433 cursor->recordType(DBBlobRelationID);
434 if (!cursor->next(NULL, dbb, dbBlobId))
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledframe.itk39 keep -activebackground -activerelief -background -borderwidth -cursor \
111 keep -background -cursor
141 keep -background -cursor

Completed in 486 milliseconds

<<11121314151617181920>>