Searched +defs:db +defs:cursor (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dhashed_db.c42 static DBC *cursor; variable
102 _nc_db_close(DB * db) argument
123 _nc_db_put(DB * db, DBT * key, DBT * data) argument
142 _nc_db_get(DB * db, DBT * key, DBT * data) argument
161 _nc_db_first(DB * db, DBT * key, DBT * data) argument
183 _nc_db_next(DB * db, DBT * key, DBT * data) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/
H A DBtRecExample.java10 package db; package
230 private Cursor cursor; field in class:BtRecExample
231 private Database db; field in class:BtRecExample
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DBasicIndex.java40 Database db; field in class:BasicIndex
50 BasicIndex(Database db, Class<K> keyClass, EntryBinding keyBinding, ValueAdapter<E> entityAdapter) argument
233 private <V> EntityCursor<V> cursor(Transaction txn, method in class:BasicIndex
257 private <V> EntityCursor<V> cursor(Transaction txn, method in class:BasicIndex
[all...]
H A DSubIndex.java44 private SecondaryDatabase db; field in class:SubIndex
289 private <V> EntityCursor<V> cursor(Transaction txn, method in class:SubIndex
313 private <V> EntityCursor<V> cursor(Transaction txn, method in class:SubIndex
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dkeytab.c44 HDB *db; member in struct:hdb_cursor
59 const char *db, *mkey; local
186 HDB *db; local
275 hdb_start_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
284 HDB *db; local
328 hdb_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
410 hdb_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
[all...]
H A Dmkey.c116 krb5_kt_cursor cursor; local
480 hdb_unseal_keys(krb5_context context, HDB *db, hdb_entry *ent) argument
488 hdb_unseal_keys_kvno(krb5_context context, HDB *db, krb5_kvno kvno, argument
609 hdb_unseal_key(krb5_context context, HDB *db, Key *k) argument
684 hdb_seal_keys(krb5_context context, HDB *db, hdb_entry *ent) argument
693 hdb_seal_key(krb5_context context, HDB *db, Key *k) argument
702 hdb_set_master_key(krb5_context context, HDB *db, krb5_keyblock *key) argument
721 hdb_set_master_keyfile(krb5_context context, HDB *db, const char *keyfile) argument
741 hdb_clear_master_key(krb5_context context, HDB *db) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dndbm_wrap.c62 static DBC *cursor; variable
68 dbm_close (DBM *db) argument
79 dbm_delete(DBM *db, datum dkey) argument
91 dbm_fetch(DBM *db, datum dkey) argument
111 dbm_get(DB *db, int flags) argument
138 dbm_firstkey(DBM *db) argument
144 dbm_nextkey(DBM *db) argument
155 DB *db; local
195 dbm_store(DBM *db, datum dkey, datum dvalue, int flags) argument
215 dbm_error(DBM *db) argument
221 dbm_clearerr(DBM *db) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Did2entry.c32 DB *db = bdb->bi_id2entry->bdi_db; local
100 DB *db = bdb->bi_id2entry->bdi_db; local
102 DBC *cursor; local
195 DB *db = bdb->bi_id2entry->bdi_db; local
[all...]
H A Dfilterindex.c307 DB *db; local
637 DB *db; local
709 DB *db; local
840 DB *db; local
960 DB *db; local
1077 DB *db; local
1083 DBC * cursor = NULL; local
[all...]
H A Ddn2id.c35 DB *db = bdb->bi_dn2id->bdi_db; local
151 DB *db = bdb->bi_dn2id->bdi_db; local
256 DB *db = bdb->bi_dn2id->bdi_db; local
301 DB *db = bdb->bi_dn2id->bdi_db; local
351 DB *db = bdb->bi_dn2id->bdi_db; local
422 hdb_dup_compare( DB *db, const DBT *usrkey, const DBT *curkey ) argument
511 DB *db = bdb->bi_dn2id->bdi_db; local
609 DB *db = bdb->bi_dn2id->bdi_db; local
611 DBC *cursor; local
706 DB *db = bdb->bi_dn2id->bdi_db; local
787 DB *db = bdb->bi_dn2id->bdi_db; local
789 DBC *cursor; local
843 DB *db = bdb->bi_dn2id->bdi_db; local
845 DBC *cursor; local
905 DB *db; member in struct:dn2id_cookie
[all...]
H A Didl.c111 unsigned cursor = 1; local
295 bdb_idl_cache_get( struct bdb_info *bdb, DB *db, DBT *key, ID *ids ) argument
325 bdb_idl_cache_put( struct bdb_info *bdb, DB *db, DBT *key, ID *ids, int rc ) argument
412 bdb_idl_cache_del( struct bdb_info *bdb, DB *db, DBT *key ) argument
443 bdb_idl_cache_add_id( struct bdb_info *bdb, DB *db, DBT *key, ID id ) argument
467 bdb_idl_cache_del_id( struct bdb_info *bdb, DB *db, DBT *key, ID id ) argument
501 bdb_idl_fetch_key( BackendDB *be, DB *db, DB_TXN *txn, DBT *key, ID *ids, DBC **saved_cursor, int get_flag ) argument
513 DBC *cursor; local
693 bdb_idl_insert_key( BackendDB *be, DB *db, DB_TXN *tid, DBT *key, ID id ) argument
703 DBC *cursor; local
904 bdb_idl_delete_key( BackendDB *be, DB *db, DB_TXN *tid, DBT *key, ID id ) argument
914 DBC *cursor; local
[all...]
H A Dtools.c27 static DBC *cursor = NULL; variable
997 DB *db = arg; local
1116 bdb_tool_idl_flush_db( DB *db, bdb_tool_idl_cache *ic ) argument
1134 DB *db; local
1151 bdb_tool_idl_add( BackendDB *be, DB *db, DB_TXN *txn, DBT *key, ID id ) argument
[all...]
/macosx-10.10/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c91 unw_cursor_t cursor; local
110 unw_cursor_t cursor; local
154 unw_cursor_t cursor; local
172 unw_cursor_t* cursor = (unw_cursor_t*)context; local
230 __register_frame_info_bases(const void* fde, void* ob, void* tb, void* db) argument
243 __register_frame_info_table_bases(const void* fde, void* ob, void* tb, void* db) argument
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Ddbconverter-2.c259 DBC *cursor; local
385 const char *db="/etc/sasldb"; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java314 openCursor(Database db, CursorConfig cursorConfig, boolean writeCursor, Transaction txn) argument
385 dupCursor(Cursor cursor, boolean writeCursor, boolean samePosition) argument
416 closeCursor(Cursor cursor) argument
446 isCDBCursorOpen(Database db) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBTransaction.cpp46 PassRefPtr<IDBTransaction> IDBTransaction::create(ScriptExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, IndexedDB::TransactionMode mode, IDBDatabase* db) argument
54 PassRefPtr<IDBTransaction> IDBTransaction::create(ScriptExecutionContext* context, int64_t id, IDBDatabase* db, IDBOpenDBRequest* openDBRequest, const IDBDatabaseMetadata& previousMetadata) argument
92 IDBTransaction::IDBTransaction(ScriptExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, IndexedDB::TransactionMode mode, IDBDatabase* db, IDBOpenDBRequest* openDBRequest, const IDBDatabaseMetadata& previousMetadata) argument
225 IDBTransaction::OpenCursorNotifier::OpenCursorNotifier(PassRefPtr<IDBTransaction> transaction, IDBCursor* cursor) argument
247 void IDBTransaction::registerOpenCursor(IDBCursor* cursor) argument
252 unregisterOpenCursor(IDBCursor* cursor) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_db.c118 DB *db; /* open db file */ member in struct:__anon11851
120 DBC *cursor; /* dict_db_sequence() */ member in struct:__anon11851
179 DB *db = dict_db->db; local
258 DB *db = dict_db->db; local
348 DB *db = dict_db->db; local
425 DB *db = dict_db->db; local
577 DB *db = 0; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/compat/
H A DDbCompat.java136 getDatabaseFile(Database db) argument
141 getDatabaseCount(Database db) argument
147 syncDeferredWrite(Database db, boolean flushLog) argument
151 getCurrentRecordNumber(Cursor cursor, DatabaseEntry key, LockMode lockMode) argument
158 getSearchRecordNumber(Cursor cursor, DatabaseEntry key, DatabaseEntry data, LockMode lockMode) argument
166 getSearchRecordNumber(SecondaryCursor cursor, DatabaseEntry key, DatabaseEntry pKey, DatabaseEntry data, LockMode lockMode) argument
175 putAfter(Cursor cursor, DatabaseEntry key, DatabaseEntry data) argument
182 putBefore(Cursor cursor, DatabaseEntry key, DatabaseEntry data) argument
189 append(Database db, Transaction txn, DatabaseEntry key, DatabaseEntry data) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dscache.c43 sqlite3 *db; member in struct:krb5_scache
196 prepare_stmt(krb5_context context, sqlite3 *db, argument
212 exec_stmt(krb5_context context, sqlite3 *db, const char *str, argument
228 default_db(krb5_context context, sqlite3 **db) argument
257 sqlite3 *db; local
453 bind_principal(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt, int col, krb5_const_principal principal) argument
873 scc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
979 scc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
1032 scc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
1150 sqlite3 *db; member in struct:cache_iter
1155 scc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
1246 scc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
1281 scc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c159 DBC *cursor; /* database cursor */ member in struct:bdb_instance
240 bdb_instance_t db; /* BDB instance we are operating on */ variable
[all...]
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dutils.c219 static void register_log_cursor(DB_LOGC *cursor) argument
224 static void unregister_log_cursor(DB_LOGC *cursor) argument
252 static void register_db(DB *db) argument
257 static void unregister_db(DB *db) argument
333 static int new_log_cursor_close(DB_LOGC *cursor, u_int32_ argument
433 new_db_open(DB *db, DB_TXN *txnid, const char *file, const char *database, DBTYPE type, u_int32_t flags, int mode) argument
451 new_db_close(DB *db, u_int32_t flags) argument
459 new_dbc_close(DBC *cursor) argument
482 new_db_cursor(DB *db, DB_TXN *txnid, DBC **cursop, u_int32_t flags) argument
592 DBC *cursor; local
604 DB *db; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcompletion.el[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDb.java305 public Dbc cursor(DbTxn txnid, int flags) throws com.sleepycat.db.DatabaseException { method in class:Db
[all...]
/macosx-10.10/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp61 DB *db; member in struct:php_DB
1096 DB *db; local
1126 DB *db = NULL; local
1189 DB *db = NULL; local
1218 DB *db = NULL; local
1250 DB *db = NULL; local
1292 DB *db = NULL; local
1323 DB *db = NULL; local
1341 DB *db = NULL; local
1355 DB *db = NULL; local
1462 DB *db = NULL; local
1502 DB *db = NULL; local
1541 DB *db = NULL; local
1555 DB *db = NULL; local
1582 DB *db; local
1585 DBC *cursor = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp128 IndexCursor *cursor = new IndexCursor(queryKey, inDbVersion, *this, it->second); local
868 DbVersion::DbVersion(const AppleDatabase &db, const RefPointer <AtomicBufferedFile> &inAtomicBufferedFile) : argument
1373 DbModifier::DbModifier(AtomicFile &inAtomicFile, const AppleDatabase &db) : argument
[all...]

Completed in 180 milliseconds

12