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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c90 static cnid_t get_cnid(CNID_private *db) argument
93 DBC *cursor; local
174 CNID_private *db; local
252 CNID_private *db; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_add.c90 static cnid_t get_cnid(CNID_private *db) argument
93 DBC *cursor; local
174 CNID_private *db; local
252 CNID_private *db; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c911 blk_t cursor; member in struct:ea_refcount
4647 struct dup_block *db; local
4710 struct dup_block *db; local
5230 struct dup_block *db; local
5833 parse_int_node(ext2_filsys fs, struct ext2_db_entry *db, struct check_dir_struct *cd, struct dx_dir_info *dx_dir, char *block_buf) argument
5979 check_dir_block(ext2_filsys fs, struct ext2_db_entry *db, void *priv_data) argument
6578 allocate_dir_block(e2fsck_t ctx, struct ext2_db_entry *db, struct problem_context *pctx) argument
6665 struct ext2_db_entry *db; variable in typeref:struct:ext2_db_entry
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c1964 static int __dbj_foreignkey_nullify(DB *db, argument
2047 static int __dbj_seckey_create(DB *db, argument
2147 static int __dbj_append_recno(DB *db, DBT *dbt, db_recno_t recno) argument
2208 __dbj_am_compare(DB *db, const DBT *dbt1, const DBT *dbt2, jmethodID compare_method) argument
2255 __dbj_bt_compare(DB *db, const DBT *dbt1, const DBT *dbt2) argument
2260 __dbj_bt_prefix(DB *db, const DBT *dbt1, const DBT *dbt2) argument
2308 __dbj_dup_compare(DB *db, const DBT *dbt1, const DBT *dbt2) argument
2344 __dbj_db_feedback(DB *db, int opcode, int percent) argument
2354 __dbj_h_compare(DB *db, const DBT *dbt1, const DBT *dbt2) argument
2359 __dbj_h_hash(DB *db, const void *data, u_int32_t len) argument
3043 DB_LOGC *cursor = NULL; local
3401 new_DbSequence(DB *db,u_int32_t flags) argument
5341 DB *db = (DB *)arg1; local
[all...]

Completed in 135 milliseconds