Searched refs:DBTYPE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/include/ |
| H A D | db.h | 70 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; typedef 97 DBTYPE type; /* Underlying db type. */ 206 DB *dbopen(const char *, int, int, DBTYPE, const void *);
|
| /freebsd/contrib/netbsd-tests/lib/libc/db/ |
| H A D | h_db.c | 65 static DBTYPE dbtype(const char *); 76 static void *setinfo(DBTYPE, char *); 93 static DBTYPE type; /* Database type. */ 615 static DBTYPE 629 setinfo(DBTYPE dtype, char *s) in setinfo()
|
| /freebsd/lib/libc/db/test/ |
| H A D | dbtest.c | 49 DBTYPE dbtype(char *); 61 void *setinfo(DBTYPE, char *); 65 DBTYPE type; /* Database type. */ 555 DBTYPE 571 DBTYPE type; in setinfo()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/ |
| H A D | dbtest.c | 97 DBTYPE dbtype __P((char *)); 109 void *setinfo __P((DBTYPE, char *)); 114 DBTYPE type; /* Database type. */ 649 DBTYPE 663 setinfo(DBTYPE db_type, char *s) in setinfo()
|
| /freebsd/contrib/sendmail/libsmdb/ |
| H A D | smdb2.c | 42 static DBTYPE 454 DBTYPE db_type; 501 DBTYPE db_type; 594 DBTYPE db_type;
|
| H A D | smdb1.c | 36 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE)); 66 static DBTYPE 467 DBTYPE db_type;
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/db/ |
| H A D | db.c | 48 kdb2_dbopen(const char *fname, int flags, int mode, DBTYPE type, in kdb2_dbopen()
|
| /freebsd/lib/libc/db/db/ |
| H A D | db.c | 54 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/ |
| H A D | db.hin | 83 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; 120 DBTYPE type; /* Underlying db type. */ 187 DB *dbopen __P((const char *, int, int, DBTYPE, const void *));
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/ |
| H A D | spell.ok | 13 DBTYPE
|
| /freebsd/contrib/sendmail/src/ |
| H A D | map.c | 50 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *)); 53 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *)); 56 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **)); 2258 DBTYPE dbtype;
|