/illumos-gate/usr/src/cmd/sendmail/db/xa/ |
H A D | xa_db.c | 52 DB **dbpp; 115 DB *dbp; in __xa_close() 118 DB *real_dbp; 136 DB *dbp; in __xa_cursor() 141 DB *real_dbp; 174 DB *dbp; in __xa_fd() 187 DB *dbp; in __xa_del() 202 DB *dbp; in __xa_get() 218 DB *dbp; in __xa_put() 234 DB *dbp; in __xa_stat() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_ext.h | 4 int __db_close __P((DB *, u_int32_t)); 5 int __db_init_wrapper __P((DB *)); 6 int __db_cprint __P((DB *)); 8 int __db_sync __P((DB *, u_int32_t)); 85 int __db_cputchk __P((const DB *, 97 int __db_goff __P((DB *, DBT *, 107 int __db_dump __P((DB *, char *, int)); 108 int __db_prdb __P((DB *)); 109 int __db_prbtree __P((DB *)); 110 int __db_prhash __P((DB *)); [all …]
|
H A D | btree_ext.h | 4 int __bam_cmp __P((DB *, const DBT *, 11 int __bam_cprint __P((DB *)); 14 void __bam_ca_dup __P((DB *, 16 void __bam_ca_rsplit __P((DB *, db_pgno_t, db_pgno_t)); 17 void __bam_ca_split __P((DB *, 26 int __bam_open __P((DB *, DB_INFO *)); 27 int __bam_close __P((DB *)); 28 void __bam_setovflsize __P((DB *)); 29 int __bam_read_root __P((DB *)); 55 int __ram_open __P((DB *, DB_INFO *)); [all …]
|
H A D | hash_ext.h | 4 int __ham_open __P((DB *, DB_INFO *)); 5 int __ham_close __P((DB *)); 99 int __ham_new_page __P((DB *, u_int32_t, u_int32_t, PAGE **)); 101 int __ham_put_page __P((DB *, PAGE *, int32_t)); 102 int __ham_dirty_page __P((DB *, PAGE *)); 103 int __ham_get_page __P((DB *, db_pgno_t, PAGE **)); 112 void __ham_dpair __P((DB *, PAGE *, u_int32_t)); 129 int __ham_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
|
H A D | log_ext.h | 22 int __log_add_logid __P((DB_LOG *, DB *, const char *, u_int32_t)); 23 int __db_fileid_to_db __P((DB_LOG *, DB **, u_int32_t));
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 29 set ::DB [sqlite db test2.db] 34 sqlite_exec_printf $::DB {SELECT * FROM t1} {} 40 sqlite_create_function $::DB 52 sqlite_exec_printf $::DB { 69 set ::DB [sqlite db test2.db] 80 sqlite_create_function $::DB 98 set ::DB [sqlite db test2.db] 109 sqlite_create_aggregate $::DB 127 set ::DB [sqlite db test2.db] 138 sqlite_close $::DB [all …]
|
H A D | capi2.test | 27 set DB [sqlite db test.db] 75 set VM [sqlite_compile $DB $SQL SQL] 402 stepsql $DB { 407 stepsql $DB { 412 stepsql $DB { 417 stepsql $DB { 423 stepsql $DB { 429 stepsql $DB { 434 stepsql $DB { 442 stepsql $DB { [all …]
|
H A D | pragma.test | 28 set DB [sqlite db test.db] 114 set ::DB [sqlite db test.db] 142 set ::DB [sqlite db test.db] 161 set ::DB [sqlite db test.db] 207 sqlite_datatypes $::DB {SELECT * FROM t1} 210 sqlite_datatypes $::DB { 215 sqlite_datatypes $::DB { 226 sqlite_datatypes $::DB { 231 sqlite_datatypes $::DB { 236 sqlite_datatypes $::DB { [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | extern.h | 90 int __bt_close __P((DB *)); 95 int __bt_delete __P((const DB *, const DBT *, u_int)); 97 int __bt_fd __P((const DB *)); 99 int __bt_get __P((const DB *, const DBT *, DBT *, u_int)); 104 int __bt_put __P((const DB *dbp, DBT *, const DBT *, u_int)); 107 int __bt_seq __P((const DB *, DBT *, DBT *, u_int)); 111 int __bt_sync __P((const DB *, u_int)); 118 int __bt_dnpage __P((DB *, db_pgno_t)); 119 void __bt_dpage __P((DB *, PAGE *)); 121 int __bt_dump __P((DB *)); [all …]
|
H A D | bt_open.c | 91 DB * 101 DB *dbp; 174 if ((t->bt_dbp = dbp = (DB *)malloc(sizeof(DB))) == NULL) 176 memset(t->bt_dbp, 0, sizeof(DB)); 460 const DB *dbp; in __bt_fd()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | extern.h | 71 int __rec_close __P((DB *)); 72 int __rec_delete __P((const DB *, const DBT *, u_int)); 74 int __rec_fd __P((const DB *)); 78 int __rec_get __P((const DB *, const DBT *, DBT *, u_int)); 80 int __rec_put __P((const DB *dbp, DBT *, const DBT *, u_int)); 83 int __rec_seq __P((const DB *, DBT *, DBT *, u_int)); 84 int __rec_sync __P((const DB *, u_int));
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_iface.c | 40 const DB *dbp; in __db_cdelchk() 71 const DB *dbp; in __db_cgetchk() 140 const DB *dbp; in __db_cputchk() 208 const DB *dbp; in __db_closechk() 226 const DB *dbp; in __db_delchk() 258 const DB *dbp; in __db_getchk() 300 const DB *dbp; in __db_joinchk() 318 const DB *dbp; in __db_putchk() 371 const DB *dbp; in __db_statchk() 399 const DB *dbp; in __db_syncchk() [all …]
|
H A D | db_am.c | 35 static int __db_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t)); 36 static int __db_fd __P((DB *, int *)); 48 DB *dbp; in __db_init_wrapper() 69 DB *dbp; in __db_cursor() 180 DB *dbp; 248 DB *dbp; in __db_cprint() 283 DB *dbp; 312 DB *dbp; in __db_fd() 330 DB *dbp; in __db_get() 363 DB *dbp; in __db_put() [all …]
|
H A D | db_overflow.c | 83 DB *dbp; in __db_goff() 173 DB *dbp; 261 DB *dbp; 294 DB *dbp; 349 DB *dbp; in __db_moff()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 94 extern DB * 101 DB *dbp; 235 if (!(dbp = (DB *)malloc(sizeof(DB)))) 289 DB *dbp; in hash_close() 305 const DB *dbp; in hash_fd() 587 const DB *dbp; in hash_sync() 645 const DB *dbp; in hash_get() 662 const DB *dbp; in hash_put() 684 const DB *dbp; in hash_delete() 829 const DB *dbp; in __cursor_creat() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb1.c | 26 DB *smdb1_db; 174 DB *db = ((SMDB_DB1_DATABASE *) database->smdb_impl)->smdb1_db; 192 DB *db = ((SMDB_DB1_DATABASE *) database->smdb_impl)->smdb1_db; 206 DB *db = ((SMDB_DB1_DATABASE *) database->smdb_impl)->smdb1_db; 233 DB *db = ((SMDB_DB1_DATABASE *) database->smdb_impl)->smdb1_db; 260 DB *db = ((SMDB_DB1_DATABASE *) database->smdb_impl)->smdb1_db; 283 DB *db = ((SMDB_DB1_DATABASE *) database->smdb_impl)->smdb1_db; 330 DB *db = db1->smdb1_db; 346 DB *db = db1->smdb1_db; 374 DB *db = db1->smdb1_db; [all …]
|
H A D | smdb2.c | 27 DB *smdb2_db; 230 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 248 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 262 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 284 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 305 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 329 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 348 DB *db = ((SMDB_DB2_DATABASE *) database->smdb_impl)->smdb2_db; 459 DB **db; 486 DB **db; [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db.h | 88 struct __db; typedef struct __db DB; typedef 448 int (*am_close) __P((DB *)); 449 int (*close) __P((DB *, u_int32_t)); 450 int (*cursor) __P((DB *, DB_TXN *, DBC **, u_int32_t)); 451 int (*del) __P((DB *, DB_TXN *, DBT *, u_int32_t)); 452 int (*fd) __P((DB *, int *)); 454 int (*join) __P((DB *, DBC **, u_int32_t, DBC **)); 457 int (*sync) __P((DB *, u_int32_t)); 486 DB *dbp; /* Related DB access method. */ 578 DBTYPE, u_int32_t, int, DB_ENV *, DB_INFO *, DB **)); [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_curadj.c | 35 DB *dbp; in __bam_cprint() 67 DB *dbp; in __bam_ca_delete() 118 DB *dbp; in __bam_ca_di() 155 DB *dbp; in __bam_ca_dup() 196 DB *dbp; in __bam_ca_rsplit() 228 DB *dbp; in __bam_ca_split()
|
H A D | bt_recno.c | 78 DB *dbp; in __ram_open() 197 DB *dbp; in __ram_delete() 248 DB *dbp; 354 DB *dbp; in __ram_put() 406 DB *dbp; in __ram_sync() 446 DB *dbp; in __ram_close() 484 DB *dbp; 535 DB *dbp; 692 DB *dbp; 792 DB *dbp; in __ram_ca() [all …]
|
H A D | bt_open.c | 73 DB *dbp; in __bam_open() 157 DB *dbp; in __bam_close() 172 DB *dbp; in __bam_setovflsize() 208 DB *dbp; in __bam_read_root()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_validate.c | 84 DB **vdb; 97 vdb = (DB **) &db->data; 145 DB **vdb; 153 vdb = (DB **) &db->data; 204 DB **vdb; 212 vdb = (DB **) &db->data;
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/ |
H A D | README.db2 | 4 /usr/lib/krb5/libdb2.so.1 is the DB package that is shipped with MIT 5 Kerberos 1.0. It is *not* Berkeley DB 1.x or Sleepycat DB 2.x and is
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 232 DB *__bt_open __P((const char *, int, int, const BTREEINFO *, int)); 233 DB *__hash_open __P((const char *, int, int, const HASHINFO *, int)); 234 DB *__rec_open __P((const char *, int, int, const RECNOINFO *, int)); 235 void __dbpanic __P((DB *dbp));
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 112 } DB; typedef 171 DB *dbopen __P((const char *, int, int, DBTYPE, const void *)); 172 int bt_rseq(const DB*, DBT *, DBT *, void **, u_int); /* XXX kludge */
|