Searched refs:DBTYPE (Results 1 – 7 of 7) sorted by relevance
| /trueos/include/ |
| HD | db.h | 71 typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE; typedef 98 DBTYPE type; /* Underlying db type. */ 207 DB *dbopen(const char *, int, int, DBTYPE, const void *);
|
| /trueos/contrib/netbsd-tests/lib/libc/db/ |
| HD | h_db.c | 64 static DBTYPE dbtype(const char *); 75 static void *setinfo(DBTYPE, char *); 86 static DBTYPE type; /* Database type. */ 556 static DBTYPE 570 setinfo(DBTYPE dtype, char *s) in setinfo()
|
| /trueos/lib/libc/db/test/ |
| HD | dbtest.c | 59 DBTYPE dbtype(char *); 71 void *setinfo(DBTYPE, char *); 75 DBTYPE type; /* Database type. */ 565 DBTYPE 581 DBTYPE type; in setinfo()
|
| /trueos/contrib/sendmail/libsmdb/ |
| HD | smdb2.c | 44 DBTYPE 456 DBTYPE db_type; 483 DBTYPE db_type; 585 DBTYPE db_type;
|
| HD | smdb1.c | 38 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE)); 68 static DBTYPE 469 DBTYPE db_type;
|
| /trueos/lib/libc/db/db/ |
| HD | db.c | 48 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen()
|
| /trueos/contrib/sendmail/src/ |
| HD | map.c | 46 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *)); 49 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *)); 52 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **)); 1989 DBTYPE dbtype;
|