Searched refs:__db_cursor (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_reclaim.c33 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
H A Dbt_open.c292 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
560 if ((ret = __db_cursor(mdbp, ip, txn,
H A Dbt_recno.c135 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
1061 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
H A Dbt_compact.c204 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
2365 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
2505 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_reclaim.c38 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
H A Dhash_upgrade.c315 if ((ret = __db_cursor(dbp, NULL, NULL, &dbc, 0)) != 0)
H A Dhash_open.c88 if ((ret = __db_cursor(dbp, ip,
470 if ((ret = __db_cursor(mdbp, ip, txn,
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_setid.c173 if ((ret = __db_cursor(dbp, ip, NULL, &dbcp, 0)) != 0)
H A Ddb_truncate.c156 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
H A Ddb_stati.c91 if ((ret = __db_cursor(dbp, ip, txn,
238 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
H A Ddb_am.c127 * than __db_cursor to create secondary update cursors
327 if ((ret = __db_cursor(dbp, ip, txn, &dbc, DB_WRITELOCK)) != 0)
443 if ((ret = __db_cursor(dbp, ip, txn, &dbc, DB_WRITELOCK)) != 0)
620 if ((ret = __db_cursor(sdbp, ip, txn, &sdbc, 0)) != 0)
692 if ((ret = __db_cursor(sdbp, ip, txn, &sdbc,
H A Ddb_vrfyutil.c427 if ((ret = __db_cursor(cdbp, vdp->thread_info, NULL, &dbc, 0)) == 0)
700 (ret = __db_cursor(dbp, vdp->thread_info, NULL, dbcp, 0)) != 0)
H A Ddb_iface.c316 ret = __db_cursor(dbp, ip, txn, dbcp, flags);
327 * __db_cursor --
330 * PUBLIC: int __db_cursor __P((DB *,
334 __db_cursor(dbp, ip, txn, dbcp, flags) function
735 if ((ret = __db_cursor(dbp, ip, txn, &dbc, mode)) != 0)
1017 if ((ret = __db_cursor(dbp, ip, txn, &dbc, 0)) != 0)
1410 if ((ret = __db_cursor(dbp, ip, txn, &dbc, mode)) != 0)
H A Ddb.c180 if ((ret = __db_cursor(mdbp, ip, txn, &dbc,
271 if ((ret = __db_cursor(mdbp, ip, txn, &ndbc,
H A Ddb_meta.c726 if ((ret = __db_cursor(dbp, ip, txn, &dbc, DB_WRITELOCK)) != 0)
H A Ddb_vrfy.c2378 if ((ret = __db_cursor(pgset, vdp->thread_info, NULL, &pgsc, 0)) != 0)
2561 if ((ret = __db_cursor(pgset,
H A Ddb_pr.c1073 if ((ret = __db_cursor(dbp, NULL, NULL, &dbcp, 0)) != 0)
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_am.h90 __db_cursor(file_dbp, ip, NULL, &dbc, 0)) != 0) \
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_method.c216 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
H A Dqam_open.c75 if ((ret = __db_cursor(dbp, ip, txn, &dbc,
H A Dqam_verify.c335 if ((ret = __db_cursor(dbp, vdp->thread_info, NULL, &dbc, 0)) != 0)
H A Dqam_files.c553 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_backup.c454 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
629 if ((ret = __db_cursor(qdbp, ip, NULL, &qdbc, 0)) != 0)
1781 if ((ret = __db_cursor(rep->file_dbp, ip, NULL,
2490 if ((ret = __db_cursor(queue_dbp,
H A Drep_record.c1753 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
1791 if ((ret = __db_cursor(dbp, ip, NULL, &dbc, 0)) != 0)
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h136 int __db_cursor __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBC **, u_int32_t));

Completed in 277 milliseconds

12