Searched refs:DBTYPE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/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 *);
|
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/ |
| HD | 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-11-stable/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()
|
| /freebsd-11-stable/contrib/sendmail/libsmdb/ |
| HD | smdb2.c | 42 static DBTYPE 454 DBTYPE db_type; 501 DBTYPE db_type; 594 DBTYPE db_type;
|
| HD | smdb1.c | 36 static DBTYPE smdb_type_to_db1_type __P((SMDB_DBTYPE)); 66 static DBTYPE 467 DBTYPE db_type;
|
| /freebsd-11-stable/lib/libc/db/db/ |
| HD | db.c | 52 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) in dbopen()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | map.c | 49 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *)); 52 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *)); 55 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **)); 2035 DBTYPE dbtype;
|