Searched refs:DB (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drpc_client_ext.h12 int __dbcl_db_open_wrap __P((DB *, DB_TXN *, const char *, const char *, DBTYPE, u_int32_t, int));
18 int __dbcl_c_setup __P((u_int, DB *, DBC **));
19 int __dbcl_dbclose_common __P((DB *));
38 int __dbcl_db_create __P((DB *, DB_ENV *, u_int32_t));
39 int __dbcl_db_associate __P((DB *, DB_TXN *, DB *, int (*)(DB *, const DBT *, const DBT *, DBT *), u_int32_t));
40 int __dbcl_db_close __P((DB *, u_int32_t));
41 int __dbcl_db_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t));
42 int __dbcl_db_del __P((DB *, DB_TX
[all...]
H A Dbtree_ext.h9 int __bam_compact __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
10 int __bam_cmp __P((DB *, DB_THREAD_INFO *, DB_TXN *, const DBT *, PAGE *, u_int32_t, int (*)(DB *, const DBT *, const DBT *), int *));
11 int __bam_defcmp __P((DB *, const DBT *, const DBT *));
12 size_t __bam_defpfx __P((DB *, const DBT *, const DBT *));
13 int __bam_pgin __P((DB *, db_pgno_t, void *, DBT *));
14 int __bam_pgout __P((DB *, db_pgno_t, void *, DBT *));
16 int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int, int *));
17 int __ram_ca_delete __P((DB *, db_pgno_t, int *));
20 int __bam_ca_undodup __P((DB *, u_int32_
[all...]
H A Dqam_ext.h16 int __qam_incfirst_read __P((ENV *, DB **, void *, void *, __qam_incfirst_args **));
17 int __qam_incfirst_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, db_recno_t, db_pgno_t));
18 int __qam_mvptr_read __P((ENV *, DB **, void *, void *, __qam_mvptr_args **));
19 int __qam_mvptr_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, db_recno_t, db_recno_t, db_recno_t, db_recno_t, DB_LSN *, db_pgno_t));
20 int __qam_del_read __P((ENV *, DB **, void *, void *, __qam_del_args **));
21 int __qam_del_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, DB_LSN *, db_pgno_t, u_int32_t, db_recno_t));
22 int __qam_add_read __P((ENV *, DB **, void *, void *, __qam_add_args **));
23 int __qam_add_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, DB_LSN *, db_pgno_t, u_int32_t, db_recno_t, const DBT *, u_int32_t, const DBT *));
24 int __qam_delext_read __P((ENV *, DB **, void *, void *, __qam_delext_args **));
25 int __qam_delext_log __P((DB *, DB_TX
[all...]
H A Ddb_ext.h9 int __crdel_metasub_read __P((ENV *, DB **, void *, void *, __crdel_metasub_args **));
10 int __crdel_metasub_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, db_pgno_t, const DBT *, DB_LSN *));
27 int __db_master_open __P((DB *, DB_THREAD_INFO *, DB_TXN *, const char *, u_int32_t, int, DB **));
28 int __db_master_update __P((DB *, DB *, DB_THREAD_INFO *, DB_TXN *, const char *, DBTYPE, mu_action, const char *, u_int32_t));
29 int __env_setup __P((DB *, DB_TXN *, const char *, const char *, u_int32_t, u_int32_t));
30 int __env_mpool __P((DB *, const char *, u_int32_t));
31 int __db_close __P((DB *, DB_TXN *, u_int32_t));
32 int __db_refresh __P((DB *, DB_TX
[all...]
H A Ddbreg_ext.h9 int __dbreg_setup __P((DB *, const char *, const char *, u_int32_t));
10 int __dbreg_teardown __P((DB *));
12 int __dbreg_new_id __P((DB *, DB_TXN *));
13 int __dbreg_get_id __P((DB *, DB_TXN *, int32_t *));
14 int __dbreg_assign_id __P((DB *, int32_t));
15 int __dbreg_revoke_id __P((DB *, int, int32_t));
17 int __dbreg_close_id __P((DB *, DB_TXN *, u_int32_t));
21 int __dbreg_log_id __P((DB *, DB_TXN *, int32_t, int));
30 int __dbreg_add_dbentry __P((ENV *, DB_LOG *, DB *, int32_t));
37 int __dbreg_id_to_db __P((ENV *, DB_TXN *, DB **, int32_
[all...]
H A Dhash_ext.h16 int __ham_get_clist __P((DB *, db_pgno_t, u_int32_t, DBC ***));
17 int __ham_insdel_read __P((ENV *, DB **, void *, void *, __ham_insdel_args **));
18 int __ham_insdel_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, db_pgno_t, u_int32_t, DB_LSN *, const DBT *, const DBT *));
19 int __ham_newpage_read __P((ENV *, DB **, void *, void *, __ham_newpage_args **));
20 int __ham_newpage_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *, db_pgno_t, DB_LSN *));
21 int __ham_splitdata_read __P((ENV *, DB **, void *, void *, __ham_splitdata_args **));
22 int __ham_splitdata_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, db_pgno_t, const DBT *, DB_LSN *));
23 int __ham_replace_read __P((ENV *, DB **, void *, void *, __ham_replace_args **));
24 int __ham_replace_log __P((DB *, DB_TXN *, DB_LSN *, u_int32_t, db_pgno_t, u_int32_t, DB_LSN *, int32_t, const DBT *, const DBT *, u_int32_t));
25 int __ham_copypage_read __P((ENV *, DB **, voi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h28 int txn(DB *, DB *, DB *, DB *, int, int, int);
29 int populateHistory(DB *, int, u_int32_t, u_int32_t, u_int32_t);
30 int populateTable(DB *, u_int32_t, u_int32_t, int, const char *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dpack.h14 extern int didname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
15 extern int devino(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
16 extern int idxname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcsv_extern.h20 extern int compare_double(DB *, const DBT *, const DBT *);
21 extern int compare_string(DB *, const DBT *, const DBT *);
22 extern int compare_ulong(DB *, const DBT *, const DBT *);
35 extern int secondary_callback(DB *, const DBT *, const DBT *, DBT *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c29 static int __db_get_byteswapped __P((DB *, int *));
30 static int __db_get_dbname __P((DB *, const char **, const char **));
31 static DB_ENV *__db_get_env __P((DB *));
32 static DB_MPOOLFILE *__db_get_mpf __P((DB *));
33 static int __db_get_multiple __P((DB *));
34 static int __db_get_transactional __P((DB *));
35 static int __db_get_type __P((DB *, DBTYPE *dbtype));
36 static int __db_init __P((DB *, u_int32_t));
37 static int __db_set_alloc __P((DB *, void *(*)(size_t),
39 static int __db_set_append_recno __P((DB *, in
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_method.c15 static int __ham_set_h_ffactor __P((DB *, u_int32_t));
17 __P((DB *, u_int32_t(*)(DB *, const void *, u_int32_t)));
18 static int __ham_set_h_nelem __P((DB *, u_int32_t));
22 * Hash specific initialization of the DB structure.
24 * PUBLIC: int __ham_db_create __P((DB *));
28 DB *dbp;
55 * PUBLIC: int __ham_db_close __P((DB *));
59 DB *dbp;
71 * PUBLIC: int __ham_get_h_ffactor __P((DB *, u_int32_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa_db.c14 static int __xa_close __P((DB *, u_int32_t));
15 static int __xa_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t));
16 static int __xa_del __P((DB *, DB_TXN *, DBT *, u_int32_t));
17 static int __xa_get __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
18 static int __xa_open __P((DB *, DB_TXN *,
20 static int __xa_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
21 static int __xa_set_txn __P((DB *, DB_TXN **, int));
22 static int __xa_truncate __P((DB *, DB_TXN *, u_int32_t *, u_int32_t));
25 int (*close) __P((DB *, u_int32_t));
26 int (*cursor) __P((DB *, DB_TX
[all...]
H A Dxa_stub.c22 * Error when a Berkeley DB build doesn't include XA support.
35 DB *dbp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.h33 DB *inventory_dbp; /* Database containing inventory information */
34 DB *vendor_dbp; /* Database containing vendor information */
35 DB *itemname_sdbp; /* Index based on the item name index */
58 int open_database(DB **, const char *, const char *, FILE *, int);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmod_db4_export.h19 int mod_db4_db_create(DB **dbp, DB_ENV *dbenv, u_int32_t flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dbt_compare1.cs7 int compare_int(DB *, const DBT *a, const DBT *b);
12 DB *dbp;
21 DB *dbp;
H A Dbt_compare2.cs6 int compare_dbt(DB *, const DBT *a, const DBT *b);
11 DB *dbp;
20 DB *dbp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_method.c16 static int __bam_set_bt_minkey __P((DB *, u_int32_t));
18 __P((DB *, size_t(*)(DB *, const DBT *, const DBT *)));
19 static int __ram_get_re_delim __P((DB *, int *));
20 static int __ram_set_re_delim __P((DB *, int));
21 static int __ram_set_re_len __P((DB *, u_int32_t));
22 static int __ram_set_re_pad __P((DB *, int));
23 static int __ram_get_re_source __P((DB *, const char **));
24 static int __ram_set_re_source __P((DB *, const char *));
28 * Btree specific initialization of the DB structur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dpack.h23 extern int didname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
24 extern int devino(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
25 extern int idxname(DB *dbp, const DBT *pkey, const DBT *pdata, DBT *skey);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd003.tcl70 { {populate DB $omethod TXNID $n 1 0}
72 { {DB del -txn TXNID duplicate_key}
74 { {populate DB $omethod TXNID $n 1 0}
76 { {unpopulate DB TXNID 0}
78 { {populate DB $omethod TXNID $dupn 1 0}
80 { {DB del -txn TXNID duplicate_key}
82 { {populate DB $omethod TXNID $n 1 1}
84 { {DB del -txn TXNID duplicate_key}
86 { {populate DB $omethod TXNID $n 1 1}
88 { {unpopulate DB TXNI
[all...]
H A Drecd001.tcl120 { {DB put -txn TXNID $key $data} "Recd001.b: put"}
121 { {DB del -txn TXNID $key} "Recd001.c: delete"}
122 { {DB put -txn TXNID $bigkey $data} "Recd001.d: big key put"}
123 { {DB del -txn TXNID $bigkey} "Recd001.e: big key delete"}
124 { {DB put -txn TXNID $key $bigdata} "Recd001.f: big data put"}
125 { {DB del -txn TXNID $key} "Recd001.g: big data delete"}
126 { {DB put -txn TXNID $key $data} "Recd001.h: put (change state)"}
127 { {DB put -txn TXNID $key $newdata} "Recd001.i: overwrite"}
128 { {DB put -txn TXNID -partial "$off $len" $key $partial_grow}
130 { {DB pu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_pss.c80 unsigned char *DB = NULL; local
123 DB = OPENSSL_malloc(maskedDBLen);
124 if (!DB)
129 PKCS1_MGF1(DB, maskedDBLen, H, hLen, Hash);
131 DB[i] ^= EM[i];
133 DB[0] &= 0xFF >> (8 - MSBits);
134 for (i = 0; DB[i] == 0 && i < (maskedDBLen-1); i++) ;
135 if (DB[i++] != 0x1)
150 EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i);
162 if (DB)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_join.h17 * Joins use a join cursor that is similar to a regular DB cursor except
26 DB *j_primary; /* Primary dbp. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_stub.c24 * Error when a Berkeley DB build doesn't include the access method.
39 DB *dbp;
48 DB *dbp;
59 DB *dbp;
95 DB *dbp;
105 DB *dbp;
124 DB *dbp;
155 DB *dbp;
175 DB *dbp;
190 DB *db
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dutil_cache.c17 * PUBLIC: int __db_util_cache __P((DB *, u_int32_t *, int *));
21 DB *dbp;

Completed in 147 milliseconds

1234567891011>>